Html Css Color HEX #F08A11 Carrot Orange

📋 copy color: '#F08A11'

red 240 ◦ green 138 ◦ blue 17

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

Shades of Carrot Orange #F08A11

Tints of Carrot Orange #F08A11

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.94%

 BLUE value IS 17 (7.03% from 255) = 4.3%

R = 60.76%
G = 34.94%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F08A11 (or 0xF08A11) is known color: Carrot Orange. HEX triplet: F0, 8A and 11. RGB value is (240,138,17). Sum of RGB (Red+Green+Blue) = 240+138+17=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08A11 is #0F75EE. Grayscale: #9B9B9B. Windows color (decimal): -1013231 or 1149680. OLE color: 1149680.

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

Color convert

RGB 240 138 17 -
CMYK 0 0.42 0.93 0.06
HSL 32.56º 0.88% 0.5% -
HSV(B) 32.56º 0.93% 0.94% -
XYZ 45.12 36.74 5.24 -
YUV 154.7 50.29 188.84 -
System Red Green Blue C M Y K H S L
Decimal 240 138 17 0 0.42 0.93 0.06 32.56 0.88 0.5
Hex F0 8A 11 0 2A 5D 6 21 58 32
Octal 360 212 21 0 52 135 6 41 130 62
Binary 11110000 10001010 10001 0 101010 1011101 110 100001 1011000 110010

Color Harmonies of #F08A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A11

Black with #F08A11

Text Example


Text Example

White with #F08A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A11; }

 p { color: rgb(240,138,17); }

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

background-color css

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

 a { background-color: rgb(240,138,17); }

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

border-color css

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

 span { border-color: rgb(240,138,17); }

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