Html Css Color HEX #F08E12 Carrot Orange

📋 copy color: '#F08E12'

red 240 ◦ green 142 ◦ blue 18

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

Shades of Carrot Orange #F08E12

Tints of Carrot Orange #F08E12

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.5%

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

R = 60%
G = 35.5%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F08E12 (or 0xF08E12) is known color: Carrot Orange. HEX triplet: F0, 8E and 12. RGB value is (240,142,18). Sum of RGB (Red+Green+Blue) = 240+142+18=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08E12 is #0F71ED. Grayscale: #9D9D9D. Windows color (decimal): -1012206 or 1216240. OLE color: 1216240.

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

Color convert

RGB 240 142 18 -
CMYK 0 0.41 0.92 0.06
HSL 33.51º 0.88% 0.51% -
HSV(B) 33.51º 0.93% 0.94% -
XYZ 45.72 37.91 5.48 -
YUV 157.17 49.47 187.08 -
System Red Green Blue C M Y K H S L
Decimal 240 142 18 0 0.41 0.92 0.06 33.51 0.88 0.51
Hex F0 8E 12 0 29 5C 6 22 58 33
Octal 360 216 22 0 51 134 6 42 130 63
Binary 11110000 10001110 10010 0 101001 1011100 110 100010 1011000 110011

Color Harmonies of #F08E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08E12

Black with #F08E12

Text Example


Text Example

White with #F08E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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