Shades of Orange Peel #FDA003
Tints of Orange Peel #FDA003
RGB
CMYK
RGB Variations
Color information
#FDA003 (or 0xFDA003) is known color: Orange Peel. HEX triplet: FD, A0 and 03. RGB value is (253,160,3). Sum of RGB (Red+Green+Blue) = 253+160+3=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA003 is #025FFC. Grayscale: #AAAAAA. Windows color (decimal): -155645 or 237821. OLE color: 237821.
HSL color Cylindrical-coordinate representation of color #FDA003: hue angle of 37.68º 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 #FDA003 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 3 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.01 |
| HSL | 37.68º | 0.98% | 0.5% | - |
| HSV(B) | 37.68º | 0.99% | 0.99% | - |
| XYZ | 53.1 | 46.03 | 6.17 | - |
| YUV | 169.91 | 33.81 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 3 | 0 | 0.37 | 0.99 | 0.01 | 37.68 | 0.98 | 0.5 |
| Hex | FD | A0 | 3 | 0 | 25 | 63 | 1 | 26 | 62 | 32 |
| Octal | 375 | 240 | 3 | 0 | 45 | 143 | 1 | 46 | 142 | 62 |
| Binary | 11111101 | 10100000 | 11 | 0 | 100101 | 1100011 | 1 | 100110 | 1100010 | 110010 |
Color Harmonies of #FDA003
Complementary color
Monochromatic Colors of #FDA003
Black with #FDA003
Text Example
Text Example
White with #FDA003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA003; }
p { color: rgb(253,160,3); }
H1.HeaderClassName
{
color: #FDA003;
}
.AnyTagClassName
{
color: #FDA003;
}
</style>
background-color css
<style>
a { background-color: #FDA003; }
a { background-color: rgb(253,160,3); }
div.DivClassName
{
background-color: #FDA003;
}
.BgClassName
{
background-color: #FDA003;
}
</style>
border-color css
<style>
span { border-color: #FDA003; }
span { border-color: rgb(253,160,3); }
td.TdClassName
{
border-color: #FDA003;
}
.TagClassName
{
border-color: #FDA003;
}
</style>