Color Hex Logo

#f0c609 Color Hex

#F0C609
(240,198,9)
0 Favorites   0 Comments

Color spaces of #f0c609

RGB 2401989
HSL0.140.930.49
HSV49°96°94°
CMYK 0.000.180.96   0.06
XYZ56.178658.93328.6728
Yxy58.93320.45380.4761
Hunter Lab76.7680-3.718147.0393
CIE-Lab81.25490.409681.6284

#f0c609 color RGB value is (240,198,9).

#f0c609 hex color red value is 240, green value is 198 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #f0c609 hue: 0.14 , saturation: 0.93 and the lightness value of f0c609 is 0.49.

The process color (four color CMYK) of #f0c609 color hex is 0.00, 0.18, 0.96, 0.06. Web safe color of #f0c609 is #ffcc00. Color #f0c609 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11000110 00001001
Octal 360 306 11
Decimal 240 198 9
Hex F0 C6 9

RGB Percentages of Color #f0c609

%53.69
%44.30
%2.01

CMYK Percentages of Color #f0c609

%0
%18
%96
%6

Triadic Colors of #f0c609

#f0c609 #09f0c6 #c609f0

Analogous Colors of #f0c609

#f0c609 #a7f009 #f05309

Monochromatic Colors of #f0c609

#f0c609

Complementary Color

#f0c609 #0933f0

#f0c609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0c609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0c609 Color CSS Codes

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

#f0c609 Text Font Color

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

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


#f0c609 Background Color

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

This div background color is #f0c609


#f0c609 Border Color

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

This div border color is #f0c609


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,198,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0c609; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0c609;
  -webkit-box-shadow: 1px 1px 3px 2px #f0c609;
  box-shadow:         1px 1px 3px 2px #f0c609; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,198,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0c609


Comments

No comments written yet.

Please login to write comment.