Shades of Sunshade #FDA254
Tints of Sunshade #FDA254
RGB
CMYK
RGB Variations
Color information
#FDA254 (or 0xFDA254) is known color: Sunshade. HEX triplet: FD, A2 and 54. RGB value is (253,162,84). Sum of RGB (Red+Green+Blue) = 253+162+84=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA254 is #025DAB. Grayscale: #B4B4B4. Windows color (decimal): -155052 or 5546749. OLE color: 5546749.
HSL color Cylindrical-coordinate representation of color #FDA254: hue angle of 27.69º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDA254 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 84 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.01 |
| HSL | 27.69º | 0.98% | 0.66% | - |
| HSV(B) | 27.69º | 0.67% | 0.99% | - |
| XYZ | 55.03 | 47.36 | 14.63 | - |
| YUV | 180.32 | 73.65 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 84 | 0 | 0.36 | 0.67 | 0.01 | 27.69 | 0.98 | 0.66 |
| Hex | FD | A2 | 54 | 0 | 24 | 43 | 1 | 1C | 62 | 42 |
| Octal | 375 | 242 | 124 | 0 | 44 | 103 | 1 | 34 | 142 | 102 |
| Binary | 11111101 | 10100010 | 1010100 | 0 | 100100 | 1000011 | 1 | 11100 | 1100010 | 1000010 |
Color Harmonies of #FDA254
Complementary color
Monochromatic Colors of #FDA254
Black with #FDA254
Text Example
Text Example
White with #FDA254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA254; }
p { color: rgb(253,162,84); }
H1.HeaderClassName
{
color: #FDA254;
}
.AnyTagClassName
{
color: #FDA254;
}
</style>
background-color css
<style>
a { background-color: #FDA254; }
a { background-color: rgb(253,162,84); }
div.DivClassName
{
background-color: #FDA254;
}
.BgClassName
{
background-color: #FDA254;
}
</style>
border-color css
<style>
span { border-color: #FDA254; }
span { border-color: rgb(253,162,84); }
td.TdClassName
{
border-color: #FDA254;
}
.TagClassName
{
border-color: #FDA254;
}
</style>