Shades of Sunshade #FDA54D
Tints of Sunshade #FDA54D
RGB
CMYK
RGB Variations
Color information
#FDA54D (or 0xFDA54D) is known color: Sunshade. HEX triplet: FD, A5 and 4D. RGB value is (253,165,77). Sum of RGB (Red+Green+Blue) = 253+165+77=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA54D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA54D is #025AB2. Grayscale: #B5B5B5. Windows color (decimal): -154291 or 5088765. OLE color: 5088765.
HSL color Cylindrical-coordinate representation of color #FDA54D: hue angle of 30º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDA54D is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 77 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.01 |
| HSL | 30º | 0.98% | 0.65% | - |
| HSV(B) | 30º | 0.7% | 0.99% | - |
| XYZ | 55.3 | 48.33 | 13.43 | - |
| YUV | 181.28 | 69.15 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 77 | 0 | 0.35 | 0.70 | 0.01 | 30 | 0.98 | 0.65 |
| Hex | FD | A5 | 4D | 0 | 23 | 46 | 1 | 1E | 62 | 41 |
| Octal | 375 | 245 | 115 | 0 | 43 | 106 | 1 | 36 | 142 | 101 |
| Binary | 11111101 | 10100101 | 1001101 | 0 | 100011 | 1000110 | 1 | 11110 | 1100010 | 1000001 |
Color Harmonies of #FDA54D
Complementary color
Monochromatic Colors of #FDA54D
Black with #FDA54D
Text Example
Text Example
White with #FDA54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA54D; }
p { color: rgb(253,165,77); }
H1.HeaderClassName
{
color: #FDA54D;
}
.AnyTagClassName
{
color: #FDA54D;
}
</style>
background-color css
<style>
a { background-color: #FDA54D; }
a { background-color: rgb(253,165,77); }
div.DivClassName
{
background-color: #FDA54D;
}
.BgClassName
{
background-color: #FDA54D;
}
</style>
border-color css
<style>
span { border-color: #FDA54D; }
span { border-color: rgb(253,165,77); }
td.TdClassName
{
border-color: #FDA54D;
}
.TagClassName
{
border-color: #FDA54D;
}
</style>