Shades of Carrot Orange #F28F1E
Tints of Carrot Orange #F28F1E
RGB
CMYK
RGB Variations
Color information
#F28F1E (or 0xF28F1E) is known color: Carrot Orange. HEX triplet: F2, 8F and 1E. RGB value is (242,143,30). Sum of RGB (Red+Green+Blue) = 242+143+30=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F1E is #0D70E1. Grayscale: #A0A0A0. Windows color (decimal): -880866 or 2002930. OLE color: 2002930.
HSL color Cylindrical-coordinate representation of color #F28F1E: hue angle of 31.98º 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 #F28F1E is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 30 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.05 |
| HSL | 31.98º | 0.89% | 0.53% | - |
| HSV(B) | 31.98º | 0.88% | 0.95% | - |
| XYZ | 46.67 | 38.62 | 6.22 | - |
| YUV | 159.72 | 54.8 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 30 | 0 | 0.41 | 0.88 | 0.05 | 31.98 | 0.89 | 0.53 |
| Hex | F2 | 8F | 1E | 0 | 29 | 58 | 5 | 20 | 59 | 35 |
| Octal | 362 | 217 | 36 | 0 | 51 | 130 | 5 | 40 | 131 | 65 |
| Binary | 11110010 | 10001111 | 11110 | 0 | 101001 | 1011000 | 101 | 100000 | 1011001 | 110101 |
Color Harmonies of #F28F1E
Complementary color
Monochromatic Colors of #F28F1E
Black with #F28F1E
Text Example
Text Example
White with #F28F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F1E; }
p { color: rgb(242,143,30); }
H1.HeaderClassName
{
color: #F28F1E;
}
.AnyTagClassName
{
color: #F28F1E;
}
</style>
background-color css
<style>
a { background-color: #F28F1E; }
a { background-color: rgb(242,143,30); }
div.DivClassName
{
background-color: #F28F1E;
}
.BgClassName
{
background-color: #F28F1E;
}
</style>
border-color css
<style>
span { border-color: #F28F1E; }
span { border-color: rgb(242,143,30); }
td.TdClassName
{
border-color: #F28F1E;
}
.TagClassName
{
border-color: #F28F1E;
}
</style>