Shades of Sunshade #FDA151
Tints of Sunshade #FDA151
RGB
CMYK
RGB Variations
Color information
#FDA151 (or 0xFDA151) is known color: Sunshade. HEX triplet: FD, A1 and 51. RGB value is (253,161,81). Sum of RGB (Red+Green+Blue) = 253+161+81=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 81 (32.03% from 255 or 16.36% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA151 is #025EAE. Grayscale: #B3B3B3. Windows color (decimal): -155311 or 5349885. OLE color: 5349885.
HSL color Cylindrical-coordinate representation of color #FDA151: hue angle of 27.91º 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 #FDA151 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 81 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.01 |
| HSL | 27.91º | 0.98% | 0.65% | - |
| HSV(B) | 27.91º | 0.68% | 0.99% | - |
| XYZ | 54.74 | 46.97 | 13.97 | - |
| YUV | 179.39 | 72.48 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 81 | 0 | 0.36 | 0.68 | 0.01 | 27.91 | 0.98 | 0.65 |
| Hex | FD | A1 | 51 | 0 | 24 | 44 | 1 | 1C | 62 | 41 |
| Octal | 375 | 241 | 121 | 0 | 44 | 104 | 1 | 34 | 142 | 101 |
| Binary | 11111101 | 10100001 | 1010001 | 0 | 100100 | 1000100 | 1 | 11100 | 1100010 | 1000001 |
Color Harmonies of #FDA151
Complementary color
Monochromatic Colors of #FDA151
Black with #FDA151
Text Example
Text Example
White with #FDA151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA151; }
p { color: rgb(253,161,81); }
H1.HeaderClassName
{
color: #FDA151;
}
.AnyTagClassName
{
color: #FDA151;
}
</style>
background-color css
<style>
a { background-color: #FDA151; }
a { background-color: rgb(253,161,81); }
div.DivClassName
{
background-color: #FDA151;
}
.BgClassName
{
background-color: #FDA151;
}
</style>
border-color css
<style>
span { border-color: #FDA151; }
span { border-color: rgb(253,161,81); }
td.TdClassName
{
border-color: #FDA151;
}
.TagClassName
{
border-color: #FDA151;
}
</style>