Shades of Carrot Orange #F28417
Tints of Carrot Orange #F28417
RGB
CMYK
RGB Variations
Color information
#F28417 (or 0xF28417) is known color: Carrot Orange. HEX triplet: F2, 84 and 17. RGB value is (242,132,23). Sum of RGB (Red+Green+Blue) = 242+132+23=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F28417 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28417 is #0D7BE8. Grayscale: #999999. Windows color (decimal): -883689 or 1541362. OLE color: 1541362.
HSL color Cylindrical-coordinate representation of color #F28417: hue angle of 29.86º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F28417 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 23 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.05 |
| HSL | 29.86º | 0.89% | 0.52% | - |
| HSV(B) | 29.86º | 0.9% | 0.95% | - |
| XYZ | 45.02 | 35.44 | 5.28 | - |
| YUV | 152.46 | 54.94 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 23 | 0 | 0.45 | 0.90 | 0.05 | 29.86 | 0.89 | 0.52 |
| Hex | F2 | 84 | 17 | 0 | 2D | 5A | 5 | 1E | 59 | 34 |
| Octal | 362 | 204 | 27 | 0 | 55 | 132 | 5 | 36 | 131 | 64 |
| Binary | 11110010 | 10000100 | 10111 | 0 | 101101 | 1011010 | 101 | 11110 | 1011001 | 110100 |
Color Harmonies of #F28417
Complementary color
Monochromatic Colors of #F28417
Black with #F28417
Text Example
Text Example
White with #F28417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28417; }
p { color: rgb(242,132,23); }
H1.HeaderClassName
{
color: #F28417;
}
.AnyTagClassName
{
color: #F28417;
}
</style>
background-color css
<style>
a { background-color: #F28417; }
a { background-color: rgb(242,132,23); }
div.DivClassName
{
background-color: #F28417;
}
.BgClassName
{
background-color: #F28417;
}
</style>
border-color css
<style>
span { border-color: #F28417; }
span { border-color: rgb(242,132,23); }
td.TdClassName
{
border-color: #F28417;
}
.TagClassName
{
border-color: #F28417;
}
</style>