Shades of Carrot Orange #F59C21
Tints of Carrot Orange #F59C21
RGB
CMYK
RGB Variations
Color information
#F59C21 (or 0xF59C21) is known color: Carrot Orange. HEX triplet: F5, 9C and 21. RGB value is (245,156,33). Sum of RGB (Red+Green+Blue) = 245+156+33=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59C21 is #0A63DE. Grayscale: #A9A9A9. Windows color (decimal): -680927 or 2202869. OLE color: 2202869.
HSL color Cylindrical-coordinate representation of color #F59C21: hue angle of 34.81º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F59C21 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 33 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.04 |
| HSL | 34.81º | 0.91% | 0.55% | - |
| HSV(B) | 34.81º | 0.87% | 0.96% | - |
| XYZ | 49.82 | 43.3 | 7.17 | - |
| YUV | 168.59 | 51.49 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 33 | 0 | 0.36 | 0.87 | 0.04 | 34.81 | 0.91 | 0.55 |
| Hex | F5 | 9C | 21 | 0 | 24 | 57 | 4 | 23 | 5B | 37 |
| Octal | 365 | 234 | 41 | 0 | 44 | 127 | 4 | 43 | 133 | 67 |
| Binary | 11110101 | 10011100 | 100001 | 0 | 100100 | 1010111 | 100 | 100011 | 1011011 | 110111 |
Color Harmonies of #F59C21
Complementary color
Monochromatic Colors of #F59C21
Black with #F59C21
Text Example
Text Example
White with #F59C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59C21; }
p { color: rgb(245,156,33); }
H1.HeaderClassName
{
color: #F59C21;
}
.AnyTagClassName
{
color: #F59C21;
}
</style>
background-color css
<style>
a { background-color: #F59C21; }
a { background-color: rgb(245,156,33); }
div.DivClassName
{
background-color: #F59C21;
}
.BgClassName
{
background-color: #F59C21;
}
</style>
border-color css
<style>
span { border-color: #F59C21; }
span { border-color: rgb(245,156,33); }
td.TdClassName
{
border-color: #F59C21;
}
.TagClassName
{
border-color: #F59C21;
}
</style>