Shades of Carrot Orange #F59119
Tints of Carrot Orange #F59119
RGB
CMYK
RGB Variations
Color information
#F59119 (or 0xF59119) is known color: Carrot Orange. HEX triplet: F5, 91 and 19. RGB value is (245,145,25). Sum of RGB (Red+Green+Blue) = 245+145+25=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F59119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59119 is #0A6EE6. Grayscale: #A1A1A1. Windows color (decimal): -683751 or 1675765. OLE color: 1675765.
HSL color Cylindrical-coordinate representation of color #F59119: hue angle of 32.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F59119 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 25 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.04 |
| HSL | 32.73º | 0.92% | 0.53% | - |
| HSV(B) | 32.73º | 0.9% | 0.96% | - |
| XYZ | 47.96 | 39.73 | 6.06 | - |
| YUV | 161.22 | 51.13 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 25 | 0 | 0.41 | 0.90 | 0.04 | 32.73 | 0.92 | 0.53 |
| Hex | F5 | 91 | 19 | 0 | 29 | 5A | 4 | 21 | 5C | 35 |
| Octal | 365 | 221 | 31 | 0 | 51 | 132 | 4 | 41 | 134 | 65 |
| Binary | 11110101 | 10010001 | 11001 | 0 | 101001 | 1011010 | 100 | 100001 | 1011100 | 110101 |
Color Harmonies of #F59119
Complementary color
Monochromatic Colors of #F59119
Black with #F59119
Text Example
Text Example
White with #F59119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59119; }
p { color: rgb(245,145,25); }
H1.HeaderClassName
{
color: #F59119;
}
.AnyTagClassName
{
color: #F59119;
}
</style>
background-color css
<style>
a { background-color: #F59119; }
a { background-color: rgb(245,145,25); }
div.DivClassName
{
background-color: #F59119;
}
.BgClassName
{
background-color: #F59119;
}
</style>
border-color css
<style>
span { border-color: #F59119; }
span { border-color: rgb(245,145,25); }
td.TdClassName
{
border-color: #F59119;
}
.TagClassName
{
border-color: #F59119;
}
</style>