Shades of Orange Peel #FDA008
Tints of Orange Peel #FDA008
RGB
CMYK
RGB Variations
Color information
#FDA008 (or 0xFDA008) is known color: Orange Peel. HEX triplet: FD, A0 and 08. RGB value is (253,160,8). Sum of RGB (Red+Green+Blue) = 253+160+8=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA008 is #025FF7. Grayscale: #ABABAB. Windows color (decimal): -155640 or 565501. OLE color: 565501.
HSL color Cylindrical-coordinate representation of color #FDA008: hue angle of 37.22º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDA008 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 8 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.01 |
| HSL | 37.22º | 0.98% | 0.51% | - |
| HSV(B) | 37.22º | 0.97% | 0.99% | - |
| XYZ | 53.12 | 46.04 | 6.32 | - |
| YUV | 170.48 | 36.31 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 8 | 0 | 0.37 | 0.97 | 0.01 | 37.22 | 0.98 | 0.51 |
| Hex | FD | A0 | 8 | 0 | 25 | 61 | 1 | 25 | 62 | 33 |
| Octal | 375 | 240 | 10 | 0 | 45 | 141 | 1 | 45 | 142 | 63 |
| Binary | 11111101 | 10100000 | 1000 | 0 | 100101 | 1100001 | 1 | 100101 | 1100010 | 110011 |
Color Harmonies of #FDA008
Complementary color
Monochromatic Colors of #FDA008
Black with #FDA008
Text Example
Text Example
White with #FDA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA008; }
p { color: rgb(253,160,8); }
H1.HeaderClassName
{
color: #FDA008;
}
.AnyTagClassName
{
color: #FDA008;
}
</style>
background-color css
<style>
a { background-color: #FDA008; }
a { background-color: rgb(253,160,8); }
div.DivClassName
{
background-color: #FDA008;
}
.BgClassName
{
background-color: #FDA008;
}
</style>
border-color css
<style>
span { border-color: #FDA008; }
span { border-color: rgb(253,160,8); }
td.TdClassName
{
border-color: #FDA008;
}
.TagClassName
{
border-color: #FDA008;
}
</style>