Shades of Orange Peel #F59C04
Tints of Orange Peel #F59C04
RGB
CMYK
RGB Variations
Color information
#F59C04 (or 0xF59C04) is known color: Orange Peel. HEX triplet: F5, 9C and 04. RGB value is (245,156,4). Sum of RGB (Red+Green+Blue) = 245+156+4=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59C04 is #0A63FB. Grayscale: #A5A5A5. Windows color (decimal): -680956 or 302325. OLE color: 302325.
HSL color Cylindrical-coordinate representation of color #F59C04: hue angle of 37.84º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F59C04 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.04 |
| HSL | 37.84º | 0.97% | 0.49% | - |
| HSV(B) | 37.84º | 0.98% | 0.96% | - |
| XYZ | 49.57 | 43.2 | 5.84 | - |
| YUV | 165.28 | 36.99 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 4 | 0 | 0.36 | 0.98 | 0.04 | 37.84 | 0.97 | 0.49 |
| Hex | F5 | 9C | 4 | 0 | 24 | 62 | 4 | 26 | 61 | 31 |
| Octal | 365 | 234 | 4 | 0 | 44 | 142 | 4 | 46 | 141 | 61 |
| Binary | 11110101 | 10011100 | 100 | 0 | 100100 | 1100010 | 100 | 100110 | 1100001 | 110001 |
Color Harmonies of #F59C04
Complementary color
Monochromatic Colors of #F59C04
Black with #F59C04
Text Example
Text Example
White with #F59C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59C04; }
p { color: rgb(245,156,4); }
H1.HeaderClassName
{
color: #F59C04;
}
.AnyTagClassName
{
color: #F59C04;
}
</style>
background-color css
<style>
a { background-color: #F59C04; }
a { background-color: rgb(245,156,4); }
div.DivClassName
{
background-color: #F59C04;
}
.BgClassName
{
background-color: #F59C04;
}
</style>
border-color css
<style>
span { border-color: #F59C04; }
span { border-color: rgb(245,156,4); }
td.TdClassName
{
border-color: #F59C04;
}
.TagClassName
{
border-color: #F59C04;
}
</style>