Shades of Carrot Orange #F08A1E
Tints of Carrot Orange #F08A1E
RGB
CMYK
RGB Variations
Color information
#F08A1E (or 0xF08A1E) is known color: Carrot Orange. HEX triplet: F0, 8A and 1E. RGB value is (240,138,30). Sum of RGB (Red+Green+Blue) = 240+138+30=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08A1E is #0F75E1. Grayscale: #9C9C9C. Windows color (decimal): -1013218 or 2001648. OLE color: 2001648.
HSL color Cylindrical-coordinate representation of color #F08A1E: hue angle of 30.86º 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 #F08A1E is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 30 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.06 |
| HSL | 30.86º | 0.88% | 0.53% | - |
| HSV(B) | 30.86º | 0.88% | 0.94% | - |
| XYZ | 45.26 | 36.8 | 5.95 | - |
| YUV | 156.19 | 56.79 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 30 | 0 | 0.42 | 0.87 | 0.06 | 30.86 | 0.88 | 0.53 |
| Hex | F0 | 8A | 1E | 0 | 2A | 57 | 6 | 1F | 58 | 35 |
| Octal | 360 | 212 | 36 | 0 | 52 | 127 | 6 | 37 | 130 | 65 |
| Binary | 11110000 | 10001010 | 11110 | 0 | 101010 | 1010111 | 110 | 11111 | 1011000 | 110101 |
Color Harmonies of #F08A1E
Complementary color
Monochromatic Colors of #F08A1E
Black with #F08A1E
Text Example
Text Example
White with #F08A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A1E; }
p { color: rgb(240,138,30); }
H1.HeaderClassName
{
color: #F08A1E;
}
.AnyTagClassName
{
color: #F08A1E;
}
</style>
background-color css
<style>
a { background-color: #F08A1E; }
a { background-color: rgb(240,138,30); }
div.DivClassName
{
background-color: #F08A1E;
}
.BgClassName
{
background-color: #F08A1E;
}
</style>
border-color css
<style>
span { border-color: #F08A1E; }
span { border-color: rgb(240,138,30); }
td.TdClassName
{
border-color: #F08A1E;
}
.TagClassName
{
border-color: #F08A1E;
}
</style>