Shades of Orange Peel #FDA206
Tints of Orange Peel #FDA206
RGB
CMYK
RGB Variations
Color information
#FDA206 (or 0xFDA206) is known color: Orange Peel. HEX triplet: FD, A2 and 06. RGB value is (253,162,6). Sum of RGB (Red+Green+Blue) = 253+162+6=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA206 is #025DF9. Grayscale: #ACACAC. Windows color (decimal): -155130 or 434941. OLE color: 434941.
HSL color Cylindrical-coordinate representation of color #FDA206: hue angle of 37.89º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDA206 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 6 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.01 |
| HSL | 37.89º | 0.98% | 0.51% | - |
| HSV(B) | 37.89º | 0.98% | 0.99% | - |
| XYZ | 53.46 | 46.74 | 6.38 | - |
| YUV | 171.43 | 34.65 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 6 | 0 | 0.36 | 0.98 | 0.01 | 37.89 | 0.98 | 0.51 |
| Hex | FD | A2 | 6 | 0 | 24 | 62 | 1 | 26 | 62 | 33 |
| Octal | 375 | 242 | 6 | 0 | 44 | 142 | 1 | 46 | 142 | 63 |
| Binary | 11111101 | 10100010 | 110 | 0 | 100100 | 1100010 | 1 | 100110 | 1100010 | 110011 |
Color Harmonies of #FDA206
Complementary color
Monochromatic Colors of #FDA206
Black with #FDA206
Text Example
Text Example
White with #FDA206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA206; }
p { color: rgb(253,162,6); }
H1.HeaderClassName
{
color: #FDA206;
}
.AnyTagClassName
{
color: #FDA206;
}
</style>
background-color css
<style>
a { background-color: #FDA206; }
a { background-color: rgb(253,162,6); }
div.DivClassName
{
background-color: #FDA206;
}
.BgClassName
{
background-color: #FDA206;
}
</style>
border-color css
<style>
span { border-color: #FDA206; }
span { border-color: rgb(253,162,6); }
td.TdClassName
{
border-color: #FDA206;
}
.TagClassName
{
border-color: #FDA206;
}
</style>