color codes Logo

#ffc74b color codes

#FFC74B
(255,199,75)
0 Favorites   0 Comments

Color spaces of #ffc74b

RGB 25519975
HSL0.111.000.65
HSV41°71°100°
CMYK 0.000.220.71   0.00
XYZ62.933462.614815.4255
Yxy62.61480.44640.4442
Hunter Lab79.12953.488243.8327
CIE-Lab83.23938.041566.8409

#ffc74b color RGB value is (255,199,75).

#ffc74b hex color red value is 255, green value is 199 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ffc74b hue: 0.11 , saturation: 1.00 and the lightness value of ffc74b is 0.65.

The process color (four color CMYK) of #ffc74b color code is 0.00, 0.22, 0.71, 0.00. Web safe color of #ffc74b is #ffcc33. Color #ffc74b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000111 01001011
Octal 377 307 113
Decimal 255 199 75
Hex FF C7 4B

RGB Percentages of Color #ffc74b

%48.20
%37.62
%14.18

CMYK Percentages of Color #ffc74b

%0
%22
%71
%0

Triadic Colors of #ffc74b

#ffc74b #4bffc7 #c74bff

Analogous Colors of #ffc74b

#ffc74b #ddff4b #ff6d4b

Monochromatic Colors of #ffc74b

#ffc74b

Complementary Color

#ffc74b #4b83ff

#ffc74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc74b Color CSS Codes

.mybgcolor {background-color:#ffc74b; } 
.myforecolor {color:#ffc74b; }
.mybordercolor {border:3px solid #ffc74b; }

#ffc74b Text Font Color

<p style="color:#ffc74b">Text here</p>

This sample text font color is #ffc74b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffc74b Background Color

<div style="background-color:#ffc74b">
Div content here</div>

This div background color is #ffc74b


#ffc74b Border Color

<div style="border:3px solid #ffc74b">
Div here</div>

This div border color is #ffc74b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,199,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffc74b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffc74b;
  -webkit-box-shadow: 1px 1px 3px 2px #ffc74b;
  box-shadow:         1px 1px 3px 2px #ffc74b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,199,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffc74b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffc74b;
  -webkit-box-shadow: 1px 1px 3px 2px #ffc74b;
  box-shadow:         1px 1px 3px 2px #ffc74b;">
Div content here</div>

This div box has shadow with color #ffc74b

Related Colors


Comments

No comments written yet.

Please login to write comment.