Shades of Carrot Orange #F08820
Tints of Carrot Orange #F08820
RGB
CMYK
RGB Variations
Color information
#F08820 (or 0xF08820) is known color: Carrot Orange. HEX triplet: F0, 88 and 20. RGB value is (240,136,32). Sum of RGB (Red+Green+Blue) = 240+136+32=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F08820 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08820 is #0F77DF. Grayscale: #9B9B9B. Windows color (decimal): -1013728 or 2132208. OLE color: 2132208.
HSL color Cylindrical-coordinate representation of color #F08820: hue angle of 30º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F08820 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 32 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.06 |
| HSL | 30º | 0.87% | 0.53% | - |
| HSV(B) | 30º | 0.87% | 0.94% | - |
| XYZ | 45 | 36.24 | 5.99 | - |
| YUV | 155.24 | 58.46 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 32 | 0 | 0.43 | 0.87 | 0.06 | 30 | 0.87 | 0.53 |
| Hex | F0 | 88 | 20 | 0 | 2B | 57 | 6 | 1E | 57 | 35 |
| Octal | 360 | 210 | 40 | 0 | 53 | 127 | 6 | 36 | 127 | 65 |
| Binary | 11110000 | 10001000 | 100000 | 0 | 101011 | 1010111 | 110 | 11110 | 1010111 | 110101 |
Color Harmonies of #F08820
Complementary color
Monochromatic Colors of #F08820
Black with #F08820
Text Example
Text Example
White with #F08820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08820; }
p { color: rgb(240,136,32); }
H1.HeaderClassName
{
color: #F08820;
}
.AnyTagClassName
{
color: #F08820;
}
</style>
background-color css
<style>
a { background-color: #F08820; }
a { background-color: rgb(240,136,32); }
div.DivClassName
{
background-color: #F08820;
}
.BgClassName
{
background-color: #F08820;
}
</style>
border-color css
<style>
span { border-color: #F08820; }
span { border-color: rgb(240,136,32); }
td.TdClassName
{
border-color: #F08820;
}
.TagClassName
{
border-color: #F08820;
}
</style>