Shades of Carrot Orange #F29A16
Tints of Carrot Orange #F29A16
RGB
CMYK
RGB Variations
Color information
#F29A16 (or 0xF29A16) is known color: Carrot Orange. HEX triplet: F2, 9A and 16. RGB value is (242,154,22). Sum of RGB (Red+Green+Blue) = 242+154+22=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29A16 is #0D65E9. Grayscale: #A5A5A5. Windows color (decimal): -878058 or 1481458. OLE color: 1481458.
HSL color Cylindrical-coordinate representation of color #F29A16: hue angle of 36º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F29A16 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 22 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.05 |
| HSL | 36º | 0.89% | 0.52% | - |
| HSV(B) | 36º | 0.91% | 0.95% | - |
| XYZ | 48.32 | 42.05 | 6.33 | - |
| YUV | 165.26 | 47.15 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 22 | 0 | 0.36 | 0.91 | 0.05 | 36 | 0.89 | 0.52 |
| Hex | F2 | 9A | 16 | 0 | 24 | 5B | 5 | 24 | 59 | 34 |
| Octal | 362 | 232 | 26 | 0 | 44 | 133 | 5 | 44 | 131 | 64 |
| Binary | 11110010 | 10011010 | 10110 | 0 | 100100 | 1011011 | 101 | 100100 | 1011001 | 110100 |
Color Harmonies of #F29A16
Complementary color
Monochromatic Colors of #F29A16
Black with #F29A16
Text Example
Text Example
White with #F29A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29A16; }
p { color: rgb(242,154,22); }
H1.HeaderClassName
{
color: #F29A16;
}
.AnyTagClassName
{
color: #F29A16;
}
</style>
background-color css
<style>
a { background-color: #F29A16; }
a { background-color: rgb(242,154,22); }
div.DivClassName
{
background-color: #F29A16;
}
.BgClassName
{
background-color: #F29A16;
}
</style>
border-color css
<style>
span { border-color: #F29A16; }
span { border-color: rgb(242,154,22); }
td.TdClassName
{
border-color: #F29A16;
}
.TagClassName
{
border-color: #F29A16;
}
</style>