Shades of Carrot Orange #F08022
Tints of Carrot Orange #F08022
RGB
CMYK
RGB Variations
Color information
#F08022 (or 0xF08022) is known color: Carrot Orange. HEX triplet: F0, 80 and 22. RGB value is (240,128,34). Sum of RGB (Red+Green+Blue) = 240+128+34=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 34 (13.67% from 255 or 8.46% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F08022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08022 is #0F7FDD. Grayscale: #979797. Windows color (decimal): -1015774 or 2261232. OLE color: 2261232.
HSL color Cylindrical-coordinate representation of color #F08022: hue angle of 27.38º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F08022 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 34 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.06 |
| HSL | 27.38º | 0.87% | 0.54% | - |
| HSV(B) | 27.38º | 0.86% | 0.94% | - |
| XYZ | 43.94 | 34.08 | 5.78 | - |
| YUV | 150.77 | 62.11 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 34 | 0 | 0.47 | 0.86 | 0.06 | 27.38 | 0.87 | 0.54 |
| Hex | F0 | 80 | 22 | 0 | 2F | 56 | 6 | 1B | 57 | 36 |
| Octal | 360 | 200 | 42 | 0 | 57 | 126 | 6 | 33 | 127 | 66 |
| Binary | 11110000 | 10000000 | 100010 | 0 | 101111 | 1010110 | 110 | 11011 | 1010111 | 110110 |
Color Harmonies of #F08022
Complementary color
Monochromatic Colors of #F08022
Black with #F08022
Text Example
Text Example
White with #F08022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08022; }
p { color: rgb(240,128,34); }
H1.HeaderClassName
{
color: #F08022;
}
.AnyTagClassName
{
color: #F08022;
}
</style>
background-color css
<style>
a { background-color: #F08022; }
a { background-color: rgb(240,128,34); }
div.DivClassName
{
background-color: #F08022;
}
.BgClassName
{
background-color: #F08022;
}
</style>
border-color css
<style>
span { border-color: #F08022; }
span { border-color: rgb(240,128,34); }
td.TdClassName
{
border-color: #F08022;
}
.TagClassName
{
border-color: #F08022;
}
</style>