Shades of Carrot Orange #F59220
Tints of Carrot Orange #F59220
RGB
CMYK
RGB Variations
Color information
#F59220 (or 0xF59220) is known color: Carrot Orange. HEX triplet: F5, 92 and 20. RGB value is (245,146,32). Sum of RGB (Red+Green+Blue) = 245+146+32=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F59220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59220 is #0A6DDF. Grayscale: #A3A3A3. Windows color (decimal): -683488 or 2134773. OLE color: 2134773.
HSL color Cylindrical-coordinate representation of color #F59220: hue angle of 32.11º 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 #F59220 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 32 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.04 |
| HSL | 32.11º | 0.91% | 0.54% | - |
| HSV(B) | 32.11º | 0.87% | 0.96% | - |
| XYZ | 48.2 | 40.07 | 6.56 | - |
| YUV | 162.61 | 54.3 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 32 | 0 | 0.40 | 0.87 | 0.04 | 32.11 | 0.91 | 0.54 |
| Hex | F5 | 92 | 20 | 0 | 28 | 57 | 4 | 20 | 5B | 36 |
| Octal | 365 | 222 | 40 | 0 | 50 | 127 | 4 | 40 | 133 | 66 |
| Binary | 11110101 | 10010010 | 100000 | 0 | 101000 | 1010111 | 100 | 100000 | 1011011 | 110110 |
Color Harmonies of #F59220
Complementary color
Monochromatic Colors of #F59220
Black with #F59220
Text Example
Text Example
White with #F59220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59220; }
p { color: rgb(245,146,32); }
H1.HeaderClassName
{
color: #F59220;
}
.AnyTagClassName
{
color: #F59220;
}
</style>
background-color css
<style>
a { background-color: #F59220; }
a { background-color: rgb(245,146,32); }
div.DivClassName
{
background-color: #F59220;
}
.BgClassName
{
background-color: #F59220;
}
</style>
border-color css
<style>
span { border-color: #F59220; }
span { border-color: rgb(245,146,32); }
td.TdClassName
{
border-color: #F59220;
}
.TagClassName
{
border-color: #F59220;
}
</style>