Color Hex Logo

#f09900 Color Hex

#F09900
(240,153,0)
0 Favorites   0 Comments

Color spaces of #f09900

RGB 2401530
HSL0.111.000.47
HSV38°100°94°
CMYK 0.000.361.00   0.06
XYZ47.326441.30775.4788
Yxy41.30770.50290.4389
Hunter Lab64.271118.965239.9356
CIE-Lab70.391023.926075.1133

#f09900 color RGB value is (240,153,0).

#f09900 hex color red value is 240, green value is 153 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #f09900 hue: 0.11 , saturation: 1.00 and the lightness value of f09900 is 0.47.

The process color (four color CMYK) of #f09900 color hex is 0.00, 0.36, 1.00, 0.06. Web safe color of #f09900 is #ff9900. Color #f09900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011001 00000000
Octal 360 231 0
Decimal 240 153 0
Hex F0 99 0

RGB Percentages of Color #f09900

%61.07
%38.93
%0.00

CMYK Percentages of Color #f09900

%0
%36
%100
%6

Triadic Colors of #f09900

#f09900 #00f099 #9900f0

Analogous Colors of #f09900

#f09900 #cff000 #f02100

Monochromatic Colors of #f09900

#f09900

Complementary Color

#f09900 #0057f0

#f09900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09900 Color CSS Codes

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

#f09900 Text Font Color

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

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


#f09900 Background Color

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

This div background color is #f09900


#f09900 Border Color

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

This div border color is #f09900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09900


Comments

No comments written yet.

Please login to write comment.