Shades of Orange Peel #F59C0B
Tints of Orange Peel #F59C0B
RGB
CMYK
RGB Variations
Color information
#F59C0B (or 0xF59C0B) is known color: Orange Peel. HEX triplet: F5, 9C and 0B. RGB value is (245,156,11). Sum of RGB (Red+Green+Blue) = 245+156+11=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59C0B is #0A63F4. Grayscale: #A6A6A6. Windows color (decimal): -680949 or 761077. OLE color: 761077.
HSL color Cylindrical-coordinate representation of color #F59C0B: hue angle of 37.18º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F59C0B is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 11 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.04 |
| HSL | 37.18º | 0.92% | 0.5% | - |
| HSV(B) | 37.18º | 0.96% | 0.96% | - |
| XYZ | 49.61 | 43.21 | 6.04 | - |
| YUV | 166.08 | 40.49 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 11 | 0 | 0.36 | 0.96 | 0.04 | 37.18 | 0.92 | 0.5 |
| Hex | F5 | 9C | B | 0 | 24 | 60 | 4 | 25 | 5C | 32 |
| Octal | 365 | 234 | 13 | 0 | 44 | 140 | 4 | 45 | 134 | 62 |
| Binary | 11110101 | 10011100 | 1011 | 0 | 100100 | 1100000 | 100 | 100101 | 1011100 | 110010 |
Color Harmonies of #F59C0B
Complementary color
Monochromatic Colors of #F59C0B
Black with #F59C0B
Text Example
Text Example
White with #F59C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59C0B; }
p { color: rgb(245,156,11); }
H1.HeaderClassName
{
color: #F59C0B;
}
.AnyTagClassName
{
color: #F59C0B;
}
</style>
background-color css
<style>
a { background-color: #F59C0B; }
a { background-color: rgb(245,156,11); }
div.DivClassName
{
background-color: #F59C0B;
}
.BgClassName
{
background-color: #F59C0B;
}
</style>
border-color css
<style>
span { border-color: #F59C0B; }
span { border-color: rgb(245,156,11); }
td.TdClassName
{
border-color: #F59C0B;
}
.TagClassName
{
border-color: #F59C0B;
}
</style>