Color Hex Logo

#ffc80f Color Hex

#FFC80F
(255,200,15)
0 Favorites   0 Comments

Color spaces of #ffc80f

RGB 25520015
HSL0.131.000.53
HSV46°94°100°
CMYK 0.000.220.94   0.00
XYZ61.980562.60309.2688
Yxy62.60300.46310.4677
Hunter Lab79.12211.364948.4399
CIE-Lab83.23315.857683.1114

#ffc80f color RGB value is (255,200,15).

#ffc80f hex color red value is 255, green value is 200 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ffc80f hue: 0.13 , saturation: 1.00 and the lightness value of ffc80f is 0.53.

The process color (four color CMYK) of #ffc80f color hex is 0.00, 0.22, 0.94, 0.00. Web safe color of #ffc80f is #ffcc00. Color #ffc80f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001000 00001111
Octal 377 310 17
Decimal 255 200 15
Hex FF C8 F

RGB Percentages of Color #ffc80f

%54.26
%42.55
%3.19

CMYK Percentages of Color #ffc80f

%0
%22
%94
%0

Triadic Colors of #ffc80f

#ffc80f #0fffc8 #c80fff

Analogous Colors of #ffc80f

#ffc80f #beff0f #ff500f

Monochromatic Colors of #ffc80f

#ffc80f

Complementary Color

#ffc80f #0f46ff

#ffc80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc80f Color CSS Codes

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

#ffc80f Text Font Color

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

This sample text font color is #ffc80f
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.


#ffc80f Background Color

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

This div background color is #ffc80f


#ffc80f Border Color

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

This div border color is #ffc80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc80f


Comments

No comments written yet.

Please login to write comment.