Html Css Color HEX #F08416 Carrot Orange

📋 copy color: '#F08416'

red 240 ◦ green 132 ◦ blue 22

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

Shades of Carrot Orange #F08416

Tints of Carrot Orange #F08416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.5%

 BLUE value IS 22 (8.98% from 255) = 5.58%

R = 60.91%
G = 33.5%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F08416 (or 0xF08416) is known color: Carrot Orange. HEX triplet: F0, 84 and 16. RGB value is (240,132,22). Sum of RGB (Red+Green+Blue) = 240+132+22=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F08416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08416 is #0F7BE9. Grayscale: #989898. Windows color (decimal): -1014762 or 1475824. OLE color: 1475824.

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

Color convert

RGB 240 132 22 -
CMYK 0 0.45 0.91 0.06
HSL 30.28º 0.88% 0.51% -
HSV(B) 30.28º 0.91% 0.94% -
XYZ 44.33 35.09 5.19 -
YUV 151.75 54.78 190.94 -
System Red Green Blue C M Y K H S L
Decimal 240 132 22 0 0.45 0.91 0.06 30.28 0.88 0.51
Hex F0 84 16 0 2D 5B 6 1E 58 33
Octal 360 204 26 0 55 133 6 36 130 63
Binary 11110000 10000100 10110 0 101101 1011011 110 11110 1011000 110011

Color Harmonies of #F08416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08416

Black with #F08416

Text Example


Text Example

White with #F08416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08416; }

 p { color: rgb(240,132,22); }

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

background-color css

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

 a { background-color: rgb(240,132,22); }

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

border-color css

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

 span { border-color: rgb(240,132,22); }

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