Html Css Color HEX #F08118 Carrot Orange

📋 copy color: '#F08118'

red 240 ◦ green 129 ◦ blue 24

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

Shades of Carrot Orange #F08118

Tints of Carrot Orange #F08118

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.82%

 BLUE value IS 24 (9.77% from 255) = 6.11%

R = 61.07%
G = 32.82%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F08118 (or 0xF08118) is known color: Carrot Orange. HEX triplet: F0, 81 and 18. RGB value is (240,129,24). Sum of RGB (Red+Green+Blue) = 240+129+24=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F08118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08118 is #0F7EE7. Grayscale: #969696. Windows color (decimal): -1015528 or 1606128. OLE color: 1606128.

HSL color Cylindrical-coordinate representation of color #F08118: hue angle of 29.17º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F08118 is Cyan = 0, Magento = 0.46, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 24 -
CMYK 0 0.46 0.9 0.06
HSL 29.17º 0.88% 0.52% -
HSV(B) 29.17º 0.9% 0.94% -
XYZ 43.95 34.29 5.17 -
YUV 150.22 56.77 192.04 -
System Red Green Blue C M Y K H S L
Decimal 240 129 24 0 0.46 0.9 0.06 29.17 0.88 0.52
Hex F0 81 18 0 2E 5A 6 1D 58 34
Octal 360 201 30 0 56 132 6 35 130 64
Binary 11110000 10000001 11000 0 101110 1011010 110 11101 1011000 110100

Color Harmonies of #F08118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08118

Black with #F08118

Text Example


Text Example

White with #F08118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08118; }

 p { color: rgb(240,129,24); }

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

background-color css

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

 a { background-color: rgb(240,129,24); }

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

border-color css

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

 span { border-color: rgb(240,129,24); }

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