Shades of Orange Peel #F59C03
Tints of Orange Peel #F59C03
RGB
CMYK
RGB Variations
Color information
#F59C03 (or 0xF59C03) is known color: Orange Peel. HEX triplet: F5, 9C and 03. RGB value is (245,156,3). Sum of RGB (Red+Green+Blue) = 245+156+3=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59C03 is #0A63FC. Grayscale: #A5A5A5. Windows color (decimal): -680957 or 236789. OLE color: 236789.
HSL color Cylindrical-coordinate representation of color #F59C03: hue angle of 37.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F59C03 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 3 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.04 |
| HSL | 37.93º | 0.98% | 0.49% | - |
| HSV(B) | 37.93º | 0.99% | 0.96% | - |
| XYZ | 49.56 | 43.2 | 5.81 | - |
| YUV | 165.17 | 36.49 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 3 | 0 | 0.36 | 0.99 | 0.04 | 37.93 | 0.98 | 0.49 |
| Hex | F5 | 9C | 3 | 0 | 24 | 63 | 4 | 26 | 62 | 31 |
| Octal | 365 | 234 | 3 | 0 | 44 | 143 | 4 | 46 | 142 | 61 |
| Binary | 11110101 | 10011100 | 11 | 0 | 100100 | 1100011 | 100 | 100110 | 1100010 | 110001 |
Color Harmonies of #F59C03
Complementary color
Monochromatic Colors of #F59C03
Black with #F59C03
Text Example
Text Example
White with #F59C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59C03; }
p { color: rgb(245,156,3); }
H1.HeaderClassName
{
color: #F59C03;
}
.AnyTagClassName
{
color: #F59C03;
}
</style>
background-color css
<style>
a { background-color: #F59C03; }
a { background-color: rgb(245,156,3); }
div.DivClassName
{
background-color: #F59C03;
}
.BgClassName
{
background-color: #F59C03;
}
</style>
border-color css
<style>
span { border-color: #F59C03; }
span { border-color: rgb(245,156,3); }
td.TdClassName
{
border-color: #F59C03;
}
.TagClassName
{
border-color: #F59C03;
}
</style>