Shades of Orange Peel #FD9C0A
Tints of Orange Peel #FD9C0A
RGB
CMYK
RGB Variations
Color information
#FD9C0A (or 0xFD9C0A) is known color: Orange Peel. HEX triplet: FD, 9C and 0A. RGB value is (253,156,10). Sum of RGB (Red+Green+Blue) = 253+156+10=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 10 (4.30% from 255 or 2.39% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9C0A is #0263F5. Grayscale: #A9A9A9. Windows color (decimal): -156662 or 695549. OLE color: 695549.
HSL color Cylindrical-coordinate representation of color #FD9C0A: hue angle of 36.05º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD9C0A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 156 | 10 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.01 |
| HSL | 36.05º | 0.98% | 0.52% | - |
| HSV(B) | 36.05º | 0.96% | 0.99% | - |
| XYZ | 52.45 | 44.68 | 6.15 | - |
| YUV | 168.36 | 38.64 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 156 | 10 | 0 | 0.38 | 0.96 | 0.01 | 36.05 | 0.98 | 0.52 |
| Hex | FD | 9C | A | 0 | 26 | 60 | 1 | 24 | 62 | 34 |
| Octal | 375 | 234 | 12 | 0 | 46 | 140 | 1 | 44 | 142 | 64 |
| Binary | 11111101 | 10011100 | 1010 | 0 | 100110 | 1100000 | 1 | 100100 | 1100010 | 110100 |
Color Harmonies of #FD9C0A
Complementary color
Monochromatic Colors of #FD9C0A
Black with #FD9C0A
Text Example
Text Example
White with #FD9C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9C0A; }
p { color: rgb(253,156,10); }
H1.HeaderClassName
{
color: #FD9C0A;
}
.AnyTagClassName
{
color: #FD9C0A;
}
</style>
background-color css
<style>
a { background-color: #FD9C0A; }
a { background-color: rgb(253,156,10); }
div.DivClassName
{
background-color: #FD9C0A;
}
.BgClassName
{
background-color: #FD9C0A;
}
</style>
border-color css
<style>
span { border-color: #FD9C0A; }
span { border-color: rgb(253,156,10); }
td.TdClassName
{
border-color: #FD9C0A;
}
.TagClassName
{
border-color: #FD9C0A;
}
</style>