Shades of Carrot Orange #F59020
Tints of Carrot Orange #F59020
RGB
CMYK
RGB Variations
Color information
#F59020 (or 0xF59020) is known color: Carrot Orange. HEX triplet: F5, 90 and 20. RGB value is (245,144,32). Sum of RGB (Red+Green+Blue) = 245+144+32=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F59020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59020 is #0A6FDF. Grayscale: #A1A1A1. Windows color (decimal): -684000 or 2134261. OLE color: 2134261.
HSL color Cylindrical-coordinate representation of color #F59020: hue angle of 31.55º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F59020 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 32 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.04 |
| HSL | 31.55º | 0.91% | 0.54% | - |
| HSV(B) | 31.55º | 0.87% | 0.96% | - |
| XYZ | 47.89 | 39.46 | 6.46 | - |
| YUV | 161.43 | 54.96 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 32 | 0 | 0.41 | 0.87 | 0.04 | 31.55 | 0.91 | 0.54 |
| Hex | F5 | 90 | 20 | 0 | 29 | 57 | 4 | 20 | 5B | 36 |
| Octal | 365 | 220 | 40 | 0 | 51 | 127 | 4 | 40 | 133 | 66 |
| Binary | 11110101 | 10010000 | 100000 | 0 | 101001 | 1010111 | 100 | 100000 | 1011011 | 110110 |
Color Harmonies of #F59020
Complementary color
Monochromatic Colors of #F59020
Black with #F59020
Text Example
Text Example
White with #F59020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59020; }
p { color: rgb(245,144,32); }
H1.HeaderClassName
{
color: #F59020;
}
.AnyTagClassName
{
color: #F59020;
}
</style>
background-color css
<style>
a { background-color: #F59020; }
a { background-color: rgb(245,144,32); }
div.DivClassName
{
background-color: #F59020;
}
.BgClassName
{
background-color: #F59020;
}
</style>
border-color css
<style>
span { border-color: #F59020; }
span { border-color: rgb(245,144,32); }
td.TdClassName
{
border-color: #F59020;
}
.TagClassName
{
border-color: #F59020;
}
</style>