Shades of Carrot Orange #F0801E
Tints of Carrot Orange #F0801E
RGB
CMYK
RGB Variations
Color information
#F0801E (or 0xF0801E) is known color: Carrot Orange. HEX triplet: F0, 80 and 1E. RGB value is (240,128,30). Sum of RGB (Red+Green+Blue) = 240+128+30=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0801E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0801E is #0F7FE1. Grayscale: #969696. Windows color (decimal): -1015778 or 1999088. OLE color: 1999088.
HSL color Cylindrical-coordinate representation of color #F0801E: hue angle of 28º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0801E is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 30 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.06 |
| HSL | 28º | 0.88% | 0.53% | - |
| HSV(B) | 28º | 0.88% | 0.94% | - |
| XYZ | 43.89 | 34.06 | 5.49 | - |
| YUV | 150.32 | 60.11 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 30 | 0 | 0.47 | 0.87 | 0.06 | 28 | 0.88 | 0.53 |
| Hex | F0 | 80 | 1E | 0 | 2F | 57 | 6 | 1C | 58 | 35 |
| Octal | 360 | 200 | 36 | 0 | 57 | 127 | 6 | 34 | 130 | 65 |
| Binary | 11110000 | 10000000 | 11110 | 0 | 101111 | 1010111 | 110 | 11100 | 1011000 | 110101 |
Color Harmonies of #F0801E
Complementary color
Monochromatic Colors of #F0801E
Black with #F0801E
Text Example
Text Example
White with #F0801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0801E; }
p { color: rgb(240,128,30); }
H1.HeaderClassName
{
color: #F0801E;
}
.AnyTagClassName
{
color: #F0801E;
}
</style>
background-color css
<style>
a { background-color: #F0801E; }
a { background-color: rgb(240,128,30); }
div.DivClassName
{
background-color: #F0801E;
}
.BgClassName
{
background-color: #F0801E;
}
</style>
border-color css
<style>
span { border-color: #F0801E; }
span { border-color: rgb(240,128,30); }
td.TdClassName
{
border-color: #F0801E;
}
.TagClassName
{
border-color: #F0801E;
}
</style>