Color Hex Logo

#ffc02b Color Hex

#FFC02B
(255,192,43)
0 Favorites   0 Comments

Color spaces of #ffc02b

RGB 25519243
HSL0.121.000.58
HSV42°83°100°
CMYK 0.000.250.83   0.00
XYZ60.525759.133710.5094
Yxy59.13370.46500.4543
Hunter Lab76.89845.922645.7260
CIE-Lab81.365010.490276.1285

#ffc02b color RGB value is (255,192,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000000 00101011
Octal 377 300 53
Decimal 255 192 43
Hex FF C0 2B

RGB Percentages of Color #ffc02b

%52.04
%39.18
%8.78

CMYK Percentages of Color #ffc02b

%0
%25
%83
%0

Triadic Colors of #ffc02b

#ffc02b #2bffc0 #c02bff

Analogous Colors of #ffc02b

#ffc02b #d4ff2b #ff562b

Monochromatic Colors of #ffc02b

#ffc02b

Complementary Color

#ffc02b #2b6aff

#ffc02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc02b Color CSS Codes

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

#ffc02b Text Font Color

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

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


#ffc02b Background Color

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

This div background color is #ffc02b


#ffc02b Border Color

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

This div border color is #ffc02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc02b


Comments

No comments written yet.

Please login to write comment.