Html Css Color HEX #F09112 Carrot Orange

📋 copy color: '#F09112'

red 240 ◦ green 145 ◦ blue 18

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

Shades of Carrot Orange #F09112

Tints of Carrot Orange #F09112

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.98%

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

R = 59.55%
G = 35.98%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F09112 (or 0xF09112) is known color: Carrot Orange. HEX triplet: F0, 91 and 12. RGB value is (240,145,18). Sum of RGB (Red+Green+Blue) = 240+145+18=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F09112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09112 is #0F6EED. Grayscale: #9F9F9F. Windows color (decimal): -1011438 or 1217008. OLE color: 1217008.

HSL color Cylindrical-coordinate representation of color #F09112: hue angle of 34.32º 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 #F09112 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 145 18 -
CMYK 0 0.40 0.92 0.06
HSL 34.32º 0.88% 0.51% -
HSV(B) 34.32º 0.93% 0.94% -
XYZ 46.17 38.82 5.63 -
YUV 158.93 48.47 185.83 -
System Red Green Blue C M Y K H S L
Decimal 240 145 18 0 0.40 0.92 0.06 34.32 0.88 0.51
Hex F0 91 12 0 28 5C 6 22 58 33
Octal 360 221 22 0 50 134 6 42 130 63
Binary 11110000 10010001 10010 0 101000 1011100 110 100010 1011000 110011

Color Harmonies of #F09112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09112

Black with #F09112

Text Example


Text Example

White with #F09112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09112; }

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

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

background-color css

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

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

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

border-color css

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

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

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