Html Css Color HEX #F08616 Carrot Orange

📋 copy color: '#F08616'

red 240 ◦ green 134 ◦ blue 22

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

Shades of Carrot Orange #F08616

Tints of Carrot Orange #F08616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.84%

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

R = 60.61%
G = 33.84%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F08616 (or 0xF08616) is known color: Carrot Orange. HEX triplet: F0, 86 and 16. RGB value is (240,134,22). Sum of RGB (Red+Green+Blue) = 240+134+22=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F08616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08616 is #0F79E9. Grayscale: #999999. Windows color (decimal): -1014250 or 1476336. OLE color: 1476336.

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

Color convert

RGB 240 134 22 -
CMYK 0 0.44 0.91 0.06
HSL 30.83º 0.88% 0.51% -
HSV(B) 30.83º 0.91% 0.94% -
XYZ 44.61 35.63 5.29 -
YUV 152.93 54.12 190.11 -
System Red Green Blue C M Y K H S L
Decimal 240 134 22 0 0.44 0.91 0.06 30.83 0.88 0.51
Hex F0 86 16 0 2C 5B 6 1F 58 33
Octal 360 206 26 0 54 133 6 37 130 63
Binary 11110000 10000110 10110 0 101100 1011011 110 11111 1011000 110011

Color Harmonies of #F08616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08616

Black with #F08616

Text Example


Text Example

White with #F08616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08616; }

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

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

background-color css

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

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

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

border-color css

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

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

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