Color Hex Logo

#ffc02f Color Hex

#FFC02F
(255,192,47)
0 Favorites   0 Comments

Color spaces of #ffc02f

RGB 25519247
HSL0.121.000.59
HSV42°82°100°
CMYK 0.000.250.82   0.00
XYZ60.602759.164510.9151
Yxy59.16450.46370.4527
Hunter Lab76.91856.029745.4294
CIE-Lab81.381910.599774.9920

#ffc02f color RGB value is (255,192,47).

#ffc02f hex color red value is 255, green value is 192 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ffc02f hue: 0.12 , saturation: 1.00 and the lightness value of ffc02f is 0.59.

The process color (four color CMYK) of #ffc02f color hex is 0.00, 0.25, 0.82, 0.00. Web safe color of #ffc02f is #ffcc33. Color #ffc02f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000000 00101111
Octal 377 300 57
Decimal 255 192 47
Hex FF C0 2F

RGB Percentages of Color #ffc02f

%51.62
%38.87
%9.51

CMYK Percentages of Color #ffc02f

%0
%25
%82
%0

Triadic Colors of #ffc02f

#ffc02f #2fffc0 #c02fff

Analogous Colors of #ffc02f

#ffc02f #d6ff2f #ff582f

Monochromatic Colors of #ffc02f

#ffc02f

Complementary Color

#ffc02f #2f6eff

#ffc02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc02f Color CSS Codes

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

#ffc02f Text Font Color

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

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


#ffc02f Background Color

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

This div background color is #ffc02f


#ffc02f Border Color

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

This div border color is #ffc02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc02f


Comments

No comments written yet.

Please login to write comment.