Shades of Orange Peel #FDA202
Tints of Orange Peel #FDA202
RGB
CMYK
RGB Variations
Color information
#FDA202 (or 0xFDA202) is known color: Orange Peel. HEX triplet: FD, A2 and 02. RGB value is (253,162,2). Sum of RGB (Red+Green+Blue) = 253+162+2=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA202 is #025DFD. Grayscale: #ABABAB. Windows color (decimal): -155134 or 172797. OLE color: 172797.
HSL color Cylindrical-coordinate representation of color #FDA202: hue angle of 38.25º 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 #FDA202 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.01 |
| HSL | 38.25º | 0.98% | 0.5% | - |
| HSV(B) | 38.25º | 0.99% | 0.99% | - |
| XYZ | 53.44 | 46.73 | 6.26 | - |
| YUV | 170.97 | 32.65 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 2 | 0 | 0.36 | 0.99 | 0.01 | 38.25 | 0.98 | 0.5 |
| Hex | FD | A2 | 2 | 0 | 24 | 63 | 1 | 26 | 62 | 32 |
| Octal | 375 | 242 | 2 | 0 | 44 | 143 | 1 | 46 | 142 | 62 |
| Binary | 11111101 | 10100010 | 10 | 0 | 100100 | 1100011 | 1 | 100110 | 1100010 | 110010 |
Color Harmonies of #FDA202
Complementary color
Monochromatic Colors of #FDA202
Black with #FDA202
Text Example
Text Example
White with #FDA202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA202; }
p { color: rgb(253,162,2); }
H1.HeaderClassName
{
color: #FDA202;
}
.AnyTagClassName
{
color: #FDA202;
}
</style>
background-color css
<style>
a { background-color: #FDA202; }
a { background-color: rgb(253,162,2); }
div.DivClassName
{
background-color: #FDA202;
}
.BgClassName
{
background-color: #FDA202;
}
</style>
border-color css
<style>
span { border-color: #FDA202; }
span { border-color: rgb(253,162,2); }
td.TdClassName
{
border-color: #FDA202;
}
.TagClassName
{
border-color: #FDA202;
}
</style>