Shades of Carrot Orange #F29516
Tints of Carrot Orange #F29516
RGB
CMYK
RGB Variations
Color information
#F29516 (or 0xF29516) is known color: Carrot Orange. HEX triplet: F2, 95 and 16. RGB value is (242,149,22). Sum of RGB (Red+Green+Blue) = 242+149+22=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F29516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29516 is #0D6AE9. Grayscale: #A2A2A2. Windows color (decimal): -879338 or 1480178. OLE color: 1480178.
HSL color Cylindrical-coordinate representation of color #F29516: hue angle of 34.64º 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 #F29516 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 22 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.05 |
| HSL | 34.64º | 0.89% | 0.52% | - |
| HSV(B) | 34.64º | 0.91% | 0.95% | - |
| XYZ | 47.51 | 40.43 | 6.06 | - |
| YUV | 162.33 | 48.81 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 22 | 0 | 0.38 | 0.91 | 0.05 | 34.64 | 0.89 | 0.52 |
| Hex | F2 | 95 | 16 | 0 | 26 | 5B | 5 | 23 | 59 | 34 |
| Octal | 362 | 225 | 26 | 0 | 46 | 133 | 5 | 43 | 131 | 64 |
| Binary | 11110010 | 10010101 | 10110 | 0 | 100110 | 1011011 | 101 | 100011 | 1011001 | 110100 |
Color Harmonies of #F29516
Complementary color
Monochromatic Colors of #F29516
Black with #F29516
Text Example
Text Example
White with #F29516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29516; }
p { color: rgb(242,149,22); }
H1.HeaderClassName
{
color: #F29516;
}
.AnyTagClassName
{
color: #F29516;
}
</style>
background-color css
<style>
a { background-color: #F29516; }
a { background-color: rgb(242,149,22); }
div.DivClassName
{
background-color: #F29516;
}
.BgClassName
{
background-color: #F29516;
}
</style>
border-color css
<style>
span { border-color: #F29516; }
span { border-color: rgb(242,149,22); }
td.TdClassName
{
border-color: #F29516;
}
.TagClassName
{
border-color: #F29516;
}
</style>