Shades of Carrot Orange #F59A16
Tints of Carrot Orange #F59A16
RGB
CMYK
RGB Variations
Color information
#F59A16 (or 0xF59A16) is known color: Carrot Orange. HEX triplet: F5, 9A and 16. RGB value is (245,154,22). Sum of RGB (Red+Green+Blue) = 245+154+22=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59A16 is #0A65E9. Grayscale: #A6A6A6. Windows color (decimal): -681450 or 1481461. OLE color: 1481461.
HSL color Cylindrical-coordinate representation of color #F59A16: hue angle of 35.52º degrees, saturation: 0.92, 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 #F59A16 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 22 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.04 |
| HSL | 35.52º | 0.92% | 0.52% | - |
| HSV(B) | 35.52º | 0.91% | 0.96% | - |
| XYZ | 49.36 | 42.58 | 6.38 | - |
| YUV | 166.16 | 46.65 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 22 | 0 | 0.37 | 0.91 | 0.04 | 35.52 | 0.92 | 0.52 |
| Hex | F5 | 9A | 16 | 0 | 25 | 5B | 4 | 24 | 5C | 34 |
| Octal | 365 | 232 | 26 | 0 | 45 | 133 | 4 | 44 | 134 | 64 |
| Binary | 11110101 | 10011010 | 10110 | 0 | 100101 | 1011011 | 100 | 100100 | 1011100 | 110100 |
Color Harmonies of #F59A16
Complementary color
Monochromatic Colors of #F59A16
Black with #F59A16
Text Example
Text Example
White with #F59A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59A16; }
p { color: rgb(245,154,22); }
H1.HeaderClassName
{
color: #F59A16;
}
.AnyTagClassName
{
color: #F59A16;
}
</style>
background-color css
<style>
a { background-color: #F59A16; }
a { background-color: rgb(245,154,22); }
div.DivClassName
{
background-color: #F59A16;
}
.BgClassName
{
background-color: #F59A16;
}
</style>
border-color css
<style>
span { border-color: #F59A16; }
span { border-color: rgb(245,154,22); }
td.TdClassName
{
border-color: #F59A16;
}
.TagClassName
{
border-color: #F59A16;
}
</style>