Shades of Carrot Orange #F28E1E
Tints of Carrot Orange #F28E1E
RGB
CMYK
RGB Variations
Color information
#F28E1E (or 0xF28E1E) is known color: Carrot Orange. HEX triplet: F2, 8E and 1E. RGB value is (242,142,30). Sum of RGB (Red+Green+Blue) = 242+142+30=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28E1E is #0D71E1. Grayscale: #9F9F9F. Windows color (decimal): -881122 or 2002674. OLE color: 2002674.
HSL color Cylindrical-coordinate representation of color #F28E1E: hue angle of 31.7º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F28E1E is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 30 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.05 |
| HSL | 31.7º | 0.89% | 0.53% | - |
| HSV(B) | 31.7º | 0.88% | 0.95% | - |
| XYZ | 46.53 | 38.32 | 6.17 | - |
| YUV | 159.13 | 55.13 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 30 | 0 | 0.41 | 0.88 | 0.05 | 31.7 | 0.89 | 0.53 |
| Hex | F2 | 8E | 1E | 0 | 29 | 58 | 5 | 20 | 59 | 35 |
| Octal | 362 | 216 | 36 | 0 | 51 | 130 | 5 | 40 | 131 | 65 |
| Binary | 11110010 | 10001110 | 11110 | 0 | 101001 | 1011000 | 101 | 100000 | 1011001 | 110101 |
Color Harmonies of #F28E1E
Complementary color
Monochromatic Colors of #F28E1E
Black with #F28E1E
Text Example
Text Example
White with #F28E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E1E; }
p { color: rgb(242,142,30); }
H1.HeaderClassName
{
color: #F28E1E;
}
.AnyTagClassName
{
color: #F28E1E;
}
</style>
background-color css
<style>
a { background-color: #F28E1E; }
a { background-color: rgb(242,142,30); }
div.DivClassName
{
background-color: #F28E1E;
}
.BgClassName
{
background-color: #F28E1E;
}
</style>
border-color css
<style>
span { border-color: #F28E1E; }
span { border-color: rgb(242,142,30); }
td.TdClassName
{
border-color: #F28E1E;
}
.TagClassName
{
border-color: #F28E1E;
}
</style>