Html Css Color HEX #F08516 Carrot Orange

📋 copy color: '#F08516'

red 240 ◦ green 133 ◦ blue 22

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

Shades of Carrot Orange #F08516

Tints of Carrot Orange #F08516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.67%

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

R = 60.76%
G = 33.67%
B = 5.57%

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

#F08516 (or 0xF08516) is known color: Carrot Orange. HEX triplet: F0, 85 and 16. RGB value is (240,133,22). Sum of RGB (Red+Green+Blue) = 240+133+22=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F08516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08516 is #0F7AE9. Grayscale: #989898. Windows color (decimal): -1014506 or 1476080. OLE color: 1476080.

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

Color convert

RGB 240 133 22 -
CMYK 0 0.45 0.91 0.06
HSL 30.55º 0.88% 0.51% -
HSV(B) 30.55º 0.91% 0.94% -
XYZ 44.47 35.36 5.24 -
YUV 152.34 54.45 190.53 -
System Red Green Blue C M Y K H S L
Decimal 240 133 22 0 0.45 0.91 0.06 30.55 0.88 0.51
Hex F0 85 16 0 2D 5B 6 1F 58 33
Octal 360 205 26 0 55 133 6 37 130 63
Binary 11110000 10000101 10110 0 101101 1011011 110 11111 1011000 110011

Color Harmonies of #F08516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08516

Black with #F08516

Text Example


Text Example

White with #F08516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08516; }

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

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

background-color css

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

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

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

border-color css

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

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

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