Shades of Orange Peel #F59A0D
Tints of Orange Peel #F59A0D
RGB
CMYK
RGB Variations
Color information
#F59A0D (or 0xF59A0D) is known color: Orange Peel. HEX triplet: F5, 9A and 0D. RGB value is (245,154,13). Sum of RGB (Red+Green+Blue) = 245+154+13=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59A0D is #0A65F2. Grayscale: #A5A5A5. Windows color (decimal): -681459 or 891637. OLE color: 891637.
HSL color Cylindrical-coordinate representation of color #F59A0D: hue angle of 36.47º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F59A0D is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 13 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.04 |
| HSL | 36.47º | 0.92% | 0.51% | - |
| HSV(B) | 36.47º | 0.95% | 0.96% | - |
| XYZ | 49.28 | 42.55 | 6 | - |
| YUV | 165.14 | 42.15 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 13 | 0 | 0.37 | 0.95 | 0.04 | 36.47 | 0.92 | 0.51 |
| Hex | F5 | 9A | D | 0 | 25 | 5F | 4 | 24 | 5C | 33 |
| Octal | 365 | 232 | 15 | 0 | 45 | 137 | 4 | 44 | 134 | 63 |
| Binary | 11110101 | 10011010 | 1101 | 0 | 100101 | 1011111 | 100 | 100100 | 1011100 | 110011 |
Color Harmonies of #F59A0D
Complementary color
Monochromatic Colors of #F59A0D
Black with #F59A0D
Text Example
Text Example
White with #F59A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59A0D; }
p { color: rgb(245,154,13); }
H1.HeaderClassName
{
color: #F59A0D;
}
.AnyTagClassName
{
color: #F59A0D;
}
</style>
background-color css
<style>
a { background-color: #F59A0D; }
a { background-color: rgb(245,154,13); }
div.DivClassName
{
background-color: #F59A0D;
}
.BgClassName
{
background-color: #F59A0D;
}
</style>
border-color css
<style>
span { border-color: #F59A0D; }
span { border-color: rgb(245,154,13); }
td.TdClassName
{
border-color: #F59A0D;
}
.TagClassName
{
border-color: #F59A0D;
}
</style>