Html Css Color HEX #F08C11 Carrot Orange

📋 copy color: '#F08C11'

red 240 ◦ green 140 ◦ blue 17

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

Shades of Carrot Orange #F08C11

Tints of Carrot Orange #F08C11

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.26%

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

R = 60.45%
G = 35.26%
B = 4.28%

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

#F08C11 (or 0xF08C11) is known color: Carrot Orange. HEX triplet: F0, 8C and 11. RGB value is (240,140,17). Sum of RGB (Red+Green+Blue) = 240+140+17=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08C11 is #0F73EE. Grayscale: #9C9C9C. Windows color (decimal): -1012719 or 1150192. OLE color: 1150192.

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

Color convert

RGB 240 140 17 -
CMYK 0 0.42 0.93 0.06
HSL 33.09º 0.88% 0.5% -
HSV(B) 33.09º 0.93% 0.94% -
XYZ 45.41 37.32 5.34 -
YUV 155.88 49.63 188 -
System Red Green Blue C M Y K H S L
Decimal 240 140 17 0 0.42 0.93 0.06 33.09 0.88 0.5
Hex F0 8C 11 0 2A 5D 6 21 58 32
Octal 360 214 21 0 52 135 6 41 130 62
Binary 11110000 10001100 10001 0 101010 1011101 110 100001 1011000 110010

Color Harmonies of #F08C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C11

Black with #F08C11

Text Example


Text Example

White with #F08C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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