Html Css Color HEX #F08F18 Carrot Orange

📋 copy color: '#F08F18'

red 240 ◦ green 143 ◦ blue 24

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

Shades of Carrot Orange #F08F18

Tints of Carrot Orange #F08F18

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.14%

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

R = 58.97%
G = 35.14%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F08F18 (or 0xF08F18) is known color: Carrot Orange. HEX triplet: F0, 8F and 18. RGB value is (240,143,24). Sum of RGB (Red+Green+Blue) = 240+143+24=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08F18 is #0F70E7. Grayscale: #9F9F9F. Windows color (decimal): -1011944 or 1609712. OLE color: 1609712.

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

Color convert

RGB 240 143 24 -
CMYK 0 0.40 0.9 0.06
HSL 33.06º 0.88% 0.52% -
HSV(B) 33.06º 0.9% 0.94% -
XYZ 45.92 38.24 5.82 -
YUV 158.44 52.14 186.18 -
System Red Green Blue C M Y K H S L
Decimal 240 143 24 0 0.40 0.9 0.06 33.06 0.88 0.52
Hex F0 8F 18 0 28 5A 6 21 58 34
Octal 360 217 30 0 50 132 6 41 130 64
Binary 11110000 10001111 11000 0 101000 1011010 110 100001 1011000 110100

Color Harmonies of #F08F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F18

Black with #F08F18

Text Example


Text Example

White with #F08F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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