Shades of Sunshade #FDA54B
Tints of Sunshade #FDA54B
RGB
CMYK
RGB Variations
Color information
#FDA54B (or 0xFDA54B) is known color: Sunshade. HEX triplet: FD, A5 and 4B. RGB value is (253,165,75). Sum of RGB (Red+Green+Blue) = 253+165+75=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA54B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA54B is #025AB4. Grayscale: #B5B5B5. Windows color (decimal): -154293 or 4957693. OLE color: 4957693.
HSL color Cylindrical-coordinate representation of color #FDA54B: hue angle of 30.34º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDA54B is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 75 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.01 |
| HSL | 30.34º | 0.98% | 0.64% | - |
| HSV(B) | 30.34º | 0.7% | 0.99% | - |
| XYZ | 55.23 | 48.3 | 13.07 | - |
| YUV | 181.05 | 68.15 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 75 | 0 | 0.35 | 0.70 | 0.01 | 30.34 | 0.98 | 0.64 |
| Hex | FD | A5 | 4B | 0 | 23 | 46 | 1 | 1E | 62 | 40 |
| Octal | 375 | 245 | 113 | 0 | 43 | 106 | 1 | 36 | 142 | 100 |
| Binary | 11111101 | 10100101 | 1001011 | 0 | 100011 | 1000110 | 1 | 11110 | 1100010 | 1000000 |
Color Harmonies of #FDA54B
Complementary color
Monochromatic Colors of #FDA54B
Black with #FDA54B
Text Example
Text Example
White with #FDA54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA54B; }
p { color: rgb(253,165,75); }
H1.HeaderClassName
{
color: #FDA54B;
}
.AnyTagClassName
{
color: #FDA54B;
}
</style>
background-color css
<style>
a { background-color: #FDA54B; }
a { background-color: rgb(253,165,75); }
div.DivClassName
{
background-color: #FDA54B;
}
.BgClassName
{
background-color: #FDA54B;
}
</style>
border-color css
<style>
span { border-color: #FDA54B; }
span { border-color: rgb(253,165,75); }
td.TdClassName
{
border-color: #FDA54B;
}
.TagClassName
{
border-color: #FDA54B;
}
</style>