Color Hex Logo

#f9cb42 Color Hex

#F9CB42
(249,203,66)
0 Favorites   0 Comments

Color spaces of #f9cb42

RGB 24920366
HSL0.120.940.62
HSV45°73°98°
CMYK 0.000.180.73   0.02
XYZ61.406263.245014.1253
Yxy63.24500.44250.4557
Hunter Lab79.5267-1.343845.1378
CIE-Lab83.57113.057170.4288

#f9cb42 color RGB value is (249,203,66).

#f9cb42 hex color red value is 249, green value is 203 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #f9cb42 hue: 0.12 , saturation: 0.94 and the lightness value of f9cb42 is 0.62.

The process color (four color CMYK) of #f9cb42 color hex is 0.00, 0.18, 0.73, 0.02. Web safe color of #f9cb42 is #ffcc33. Color #f9cb42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001011 01000010
Octal 371 313 102
Decimal 249 203 66
Hex F9 CB 42

RGB Percentages of Color #f9cb42

%48.07
%39.19
%12.74

CMYK Percentages of Color #f9cb42

%0
%18
%73
%2

Triadic Colors of #f9cb42

#f9cb42 #42f9cb #cb42f9

Analogous Colors of #f9cb42

#f9cb42 #ccf942 #f97042

Monochromatic Colors of #f9cb42

#f9cb42

Complementary Color

#f9cb42 #4270f9

#f9cb42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cb42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cb42 Color CSS Codes

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

#f9cb42 Text Font Color

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

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


#f9cb42 Background Color

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

This div background color is #f9cb42


#f9cb42 Border Color

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

This div border color is #f9cb42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,203,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9cb42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9cb42;
  -webkit-box-shadow: 1px 1px 3px 2px #f9cb42;
  box-shadow:         1px 1px 3px 2px #f9cb42; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,203,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cb42


Comments

No comments written yet.

Please login to write comment.