Shades of Carrot Orange #F29211
Tints of Carrot Orange #F29211
RGB
CMYK
RGB Variations
Color information
#F29211 (or 0xF29211) is known color: Carrot Orange. HEX triplet: F2, 92 and 11. RGB value is (242,146,17). Sum of RGB (Red+Green+Blue) = 242+146+17=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F29211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29211 is #0D6DEE. Grayscale: #A0A0A0. Windows color (decimal): -880111 or 1151730. OLE color: 1151730.
HSL color Cylindrical-coordinate representation of color #F29211: hue angle of 34.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F29211 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 17 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.05 |
| HSL | 34.4º | 0.9% | 0.51% | - |
| HSV(B) | 34.4º | 0.93% | 0.95% | - |
| XYZ | 47 | 39.48 | 5.67 | - |
| YUV | 160 | 47.3 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 17 | 0 | 0.40 | 0.93 | 0.05 | 34.4 | 0.9 | 0.51 |
| Hex | F2 | 92 | 11 | 0 | 28 | 5D | 5 | 22 | 5A | 33 |
| Octal | 362 | 222 | 21 | 0 | 50 | 135 | 5 | 42 | 132 | 63 |
| Binary | 11110010 | 10010010 | 10001 | 0 | 101000 | 1011101 | 101 | 100010 | 1011010 | 110011 |
Color Harmonies of #F29211
Complementary color
Monochromatic Colors of #F29211
Black with #F29211
Text Example
Text Example
White with #F29211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29211; }
p { color: rgb(242,146,17); }
H1.HeaderClassName
{
color: #F29211;
}
.AnyTagClassName
{
color: #F29211;
}
</style>
background-color css
<style>
a { background-color: #F29211; }
a { background-color: rgb(242,146,17); }
div.DivClassName
{
background-color: #F29211;
}
.BgClassName
{
background-color: #F29211;
}
</style>
border-color css
<style>
span { border-color: #F29211; }
span { border-color: rgb(242,146,17); }
td.TdClassName
{
border-color: #F29211;
}
.TagClassName
{
border-color: #F29211;
}
</style>