Shades of Carrot Orange #F49616
Tints of Carrot Orange #F49616
RGB
CMYK
RGB Variations
Color information
#F49616 (or 0xF49616) is known color: Carrot Orange. HEX triplet: F4, 96 and 16. RGB value is (244,150,22). Sum of RGB (Red+Green+Blue) = 244+150+22=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F49616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49616 is #0B69E9. Grayscale: #A4A4A4. Windows color (decimal): -748010 or 1480436. OLE color: 1480436.
HSL color Cylindrical-coordinate representation of color #F49616: hue angle of 34.59º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F49616 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 150 | 22 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.04 |
| HSL | 34.59º | 0.91% | 0.52% | - |
| HSV(B) | 34.59º | 0.91% | 0.96% | - |
| XYZ | 48.36 | 41.1 | 6.14 | - |
| YUV | 163.51 | 48.14 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 150 | 22 | 0 | 0.39 | 0.91 | 0.04 | 34.59 | 0.91 | 0.52 |
| Hex | F4 | 96 | 16 | 0 | 27 | 5B | 4 | 23 | 5B | 34 |
| Octal | 364 | 226 | 26 | 0 | 47 | 133 | 4 | 43 | 133 | 64 |
| Binary | 11110100 | 10010110 | 10110 | 0 | 100111 | 1011011 | 100 | 100011 | 1011011 | 110100 |
Color Harmonies of #F49616
Complementary color
Monochromatic Colors of #F49616
Black with #F49616
Text Example
Text Example
White with #F49616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49616; }
p { color: rgb(244,150,22); }
H1.HeaderClassName
{
color: #F49616;
}
.AnyTagClassName
{
color: #F49616;
}
</style>
background-color css
<style>
a { background-color: #F49616; }
a { background-color: rgb(244,150,22); }
div.DivClassName
{
background-color: #F49616;
}
.BgClassName
{
background-color: #F49616;
}
</style>
border-color css
<style>
span { border-color: #F49616; }
span { border-color: rgb(244,150,22); }
td.TdClassName
{
border-color: #F49616;
}
.TagClassName
{
border-color: #F49616;
}
</style>