Shades of Carrot Orange #F29112
Tints of Carrot Orange #F29112
RGB
CMYK
RGB Variations
Color information
#F29112 (or 0xF29112) is known color: Carrot Orange. HEX triplet: F2, 91 and 12. RGB value is (242,145,18). Sum of RGB (Red+Green+Blue) = 242+145+18=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F29112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29112 is #0D6EED. Grayscale: #A0A0A0. Windows color (decimal): -880366 or 1217010. OLE color: 1217010.
HSL color Cylindrical-coordinate representation of color #F29112: hue angle of 34.02º 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 #F29112 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 18 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.05 |
| HSL | 34.02º | 0.9% | 0.51% | - |
| HSV(B) | 34.02º | 0.93% | 0.95% | - |
| XYZ | 46.85 | 39.17 | 5.66 | - |
| YUV | 159.53 | 48.14 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 18 | 0 | 0.40 | 0.93 | 0.05 | 34.02 | 0.9 | 0.51 |
| Hex | F2 | 91 | 12 | 0 | 28 | 5D | 5 | 22 | 5A | 33 |
| Octal | 362 | 221 | 22 | 0 | 50 | 135 | 5 | 42 | 132 | 63 |
| Binary | 11110010 | 10010001 | 10010 | 0 | 101000 | 1011101 | 101 | 100010 | 1011010 | 110011 |
Color Harmonies of #F29112
Complementary color
Monochromatic Colors of #F29112
Black with #F29112
Text Example
Text Example
White with #F29112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29112; }
p { color: rgb(242,145,18); }
H1.HeaderClassName
{
color: #F29112;
}
.AnyTagClassName
{
color: #F29112;
}
</style>
background-color css
<style>
a { background-color: #F29112; }
a { background-color: rgb(242,145,18); }
div.DivClassName
{
background-color: #F29112;
}
.BgClassName
{
background-color: #F29112;
}
</style>
border-color css
<style>
span { border-color: #F29112; }
span { border-color: rgb(242,145,18); }
td.TdClassName
{
border-color: #F29112;
}
.TagClassName
{
border-color: #F29112;
}
</style>