Shades of Orange Peel #FDA002
Tints of Orange Peel #FDA002
RGB
CMYK
RGB Variations
Color information
#FDA002 (or 0xFDA002) is known color: Orange Peel. HEX triplet: FD, A0 and 02. RGB value is (253,160,2). Sum of RGB (Red+Green+Blue) = 253+160+2=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA002 is #025FFD. Grayscale: #AAAAAA. Windows color (decimal): -155646 or 172285. OLE color: 172285.
HSL color Cylindrical-coordinate representation of color #FDA002: hue angle of 37.77º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDA002 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.01 |
| HSL | 37.77º | 0.98% | 0.5% | - |
| HSV(B) | 37.77º | 0.99% | 0.99% | - |
| XYZ | 53.09 | 46.03 | 6.14 | - |
| YUV | 169.8 | 33.31 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 2 | 0 | 0.37 | 0.99 | 0.01 | 37.77 | 0.98 | 0.5 |
| Hex | FD | A0 | 2 | 0 | 25 | 63 | 1 | 26 | 62 | 32 |
| Octal | 375 | 240 | 2 | 0 | 45 | 143 | 1 | 46 | 142 | 62 |
| Binary | 11111101 | 10100000 | 10 | 0 | 100101 | 1100011 | 1 | 100110 | 1100010 | 110010 |
Color Harmonies of #FDA002
Complementary color
Monochromatic Colors of #FDA002
Black with #FDA002
Text Example
Text Example
White with #FDA002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA002; }
p { color: rgb(253,160,2); }
H1.HeaderClassName
{
color: #FDA002;
}
.AnyTagClassName
{
color: #FDA002;
}
</style>
background-color css
<style>
a { background-color: #FDA002; }
a { background-color: rgb(253,160,2); }
div.DivClassName
{
background-color: #FDA002;
}
.BgClassName
{
background-color: #FDA002;
}
</style>
border-color css
<style>
span { border-color: #FDA002; }
span { border-color: rgb(253,160,2); }
td.TdClassName
{
border-color: #FDA002;
}
.TagClassName
{
border-color: #FDA002;
}
</style>