Shades of Carrot Orange #F29217
Tints of Carrot Orange #F29217
RGB
CMYK
RGB Variations
Color information
#F29217 (or 0xF29217) is known color: Carrot Orange. HEX triplet: F2, 92 and 17. RGB value is (242,146,23). Sum of RGB (Red+Green+Blue) = 242+146+23=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F29217 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29217 is #0D6DE8. Grayscale: #A1A1A1. Windows color (decimal): -880105 or 1544946. OLE color: 1544946.
HSL color Cylindrical-coordinate representation of color #F29217: hue angle of 33.7º 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 #F29217 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 23 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.05 |
| HSL | 33.7º | 0.89% | 0.52% | - |
| HSV(B) | 33.7º | 0.9% | 0.95% | - |
| XYZ | 47.05 | 39.5 | 5.95 | - |
| YUV | 160.68 | 50.3 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 23 | 0 | 0.40 | 0.90 | 0.05 | 33.7 | 0.89 | 0.52 |
| Hex | F2 | 92 | 17 | 0 | 28 | 5A | 5 | 22 | 59 | 34 |
| Octal | 362 | 222 | 27 | 0 | 50 | 132 | 5 | 42 | 131 | 64 |
| Binary | 11110010 | 10010010 | 10111 | 0 | 101000 | 1011010 | 101 | 100010 | 1011001 | 110100 |
Color Harmonies of #F29217
Complementary color
Monochromatic Colors of #F29217
Black with #F29217
Text Example
Text Example
White with #F29217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29217; }
p { color: rgb(242,146,23); }
H1.HeaderClassName
{
color: #F29217;
}
.AnyTagClassName
{
color: #F29217;
}
</style>
background-color css
<style>
a { background-color: #F29217; }
a { background-color: rgb(242,146,23); }
div.DivClassName
{
background-color: #F29217;
}
.BgClassName
{
background-color: #F29217;
}
</style>
border-color css
<style>
span { border-color: #F29217; }
span { border-color: rgb(242,146,23); }
td.TdClassName
{
border-color: #F29217;
}
.TagClassName
{
border-color: #F29217;
}
</style>