Shades of Sunshade #FDA251
Tints of Sunshade #FDA251
RGB
CMYK
RGB Variations
Color information
#FDA251 (or 0xFDA251) is known color: Sunshade. HEX triplet: FD, A2 and 51. RGB value is (253,162,81). Sum of RGB (Red+Green+Blue) = 253+162+81=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA251 is #025DAE. Grayscale: #B4B4B4. Windows color (decimal): -155055 or 5350141. OLE color: 5350141.
HSL color Cylindrical-coordinate representation of color #FDA251: hue angle of 28.26º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDA251 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 81 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.01 |
| HSL | 28.26º | 0.98% | 0.65% | - |
| HSV(B) | 28.26º | 0.68% | 0.99% | - |
| XYZ | 54.91 | 47.32 | 14.02 | - |
| YUV | 179.98 | 72.15 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 81 | 0 | 0.36 | 0.68 | 0.01 | 28.26 | 0.98 | 0.65 |
| Hex | FD | A2 | 51 | 0 | 24 | 44 | 1 | 1C | 62 | 41 |
| Octal | 375 | 242 | 121 | 0 | 44 | 104 | 1 | 34 | 142 | 101 |
| Binary | 11111101 | 10100010 | 1010001 | 0 | 100100 | 1000100 | 1 | 11100 | 1100010 | 1000001 |
Color Harmonies of #FDA251
Complementary color
Monochromatic Colors of #FDA251
Black with #FDA251
Text Example
Text Example
White with #FDA251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA251; }
p { color: rgb(253,162,81); }
H1.HeaderClassName
{
color: #FDA251;
}
.AnyTagClassName
{
color: #FDA251;
}
</style>
background-color css
<style>
a { background-color: #FDA251; }
a { background-color: rgb(253,162,81); }
div.DivClassName
{
background-color: #FDA251;
}
.BgClassName
{
background-color: #FDA251;
}
</style>
border-color css
<style>
span { border-color: #FDA251; }
span { border-color: rgb(253,162,81); }
td.TdClassName
{
border-color: #FDA251;
}
.TagClassName
{
border-color: #FDA251;
}
</style>