Shades of Carrot Orange #F29210
Tints of Carrot Orange #F29210
RGB
CMYK
RGB Variations
Color information
#F29210 (or 0xF29210) is known color: Carrot Orange. HEX triplet: F2, 92 and 10. RGB value is (242,146,16). Sum of RGB (Red+Green+Blue) = 242+146+16=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F29210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29210 is #0D6DEF. Grayscale: #A0A0A0. Windows color (decimal): -880112 or 1086194. OLE color: 1086194.
HSL color Cylindrical-coordinate representation of color #F29210: hue angle of 34.51º 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 #F29210 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 16 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.05 |
| HSL | 34.51º | 0.9% | 0.51% | - |
| HSV(B) | 34.51º | 0.93% | 0.95% | - |
| XYZ | 46.99 | 39.47 | 5.63 | - |
| YUV | 159.88 | 46.8 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 16 | 0 | 0.40 | 0.93 | 0.05 | 34.51 | 0.9 | 0.51 |
| Hex | F2 | 92 | 10 | 0 | 28 | 5D | 5 | 23 | 5A | 33 |
| Octal | 362 | 222 | 20 | 0 | 50 | 135 | 5 | 43 | 132 | 63 |
| Binary | 11110010 | 10010010 | 10000 | 0 | 101000 | 1011101 | 101 | 100011 | 1011010 | 110011 |
Color Harmonies of #F29210
Complementary color
Monochromatic Colors of #F29210
Black with #F29210
Text Example
Text Example
White with #F29210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29210; }
p { color: rgb(242,146,16); }
H1.HeaderClassName
{
color: #F29210;
}
.AnyTagClassName
{
color: #F29210;
}
</style>
background-color css
<style>
a { background-color: #F29210; }
a { background-color: rgb(242,146,16); }
div.DivClassName
{
background-color: #F29210;
}
.BgClassName
{
background-color: #F29210;
}
</style>
border-color css
<style>
span { border-color: #F29210; }
span { border-color: rgb(242,146,16); }
td.TdClassName
{
border-color: #F29210;
}
.TagClassName
{
border-color: #F29210;
}
</style>