Html Css Color HEX #F09012 Carrot Orange

📋 copy color: '#F09012'

red 240 ◦ green 144 ◦ blue 18

#F09012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #F09012

Tints of Carrot Orange #F09012

RGB

 RED value IS 240 (94.14% from 255) = 59.7%

 GREEN value IS 144 (56.64% from 255) = 35.82%

 BLUE value IS 18 (7.42% from 255) = 4.48%

R = 59.7%
G = 35.82%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.92

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F09012 (or 0xF09012) is known color: Carrot Orange. HEX triplet: F0, 90 and 12. RGB value is (240,144,18). Sum of RGB (Red+Green+Blue) = 240+144+18=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F09012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09012 is #0F6FED. Grayscale: #9E9E9E. Windows color (decimal): -1011694 or 1216752. OLE color: 1216752.

HSL color Cylindrical-coordinate representation of color #F09012: hue angle of 34.05º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F09012 is Cyan = 0, Magento = 0.4, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 144 18 -
CMYK 0 0.4 0.92 0.06
HSL 34.05º 0.88% 0.51% -
HSV(B) 34.05º 0.93% 0.94% -
XYZ 46.02 38.52 5.58 -
YUV 158.34 48.8 186.25 -
System Red Green Blue C M Y K H S L
Decimal 240 144 18 0 0.4 0.92 0.06 34.05 0.88 0.51
Hex F0 90 12 0 28 5C 6 22 58 33
Octal 360 220 22 0 50 134 6 42 130 63
Binary 11110000 10010000 10010 0 101000 1011100 110 100010 1011000 110011

Color Harmonies of #F09012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09012

Black with #F09012

Text Example


Text Example

White with #F09012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09012; }

 p { color: rgb(240,144,18); }

 H1.HeaderClassName
 {
   color: #F09012;
 }
 .AnyTagClassName
 {
   color: #F09012;
 }
</style>

background-color css

<style>
 a { background-color: #F09012; }

 a { background-color: rgb(240,144,18); }

 div.DivClassName
 {
   background-color: #F09012;
 }
 .BgClassName
 {
   background-color: #F09012;
 }
</style>

border-color css

<style>
 span { border-color: #F09012; }

 span { border-color: rgb(240,144,18); }

 td.TdClassName
 {
   border-color: #F09012;
 }
 .TagClassName
 {
   border-color: #F09012;
 }
</style>