Shades of Sunshade #FDA03E
Tints of Sunshade #FDA03E
RGB
CMYK
RGB Variations
Color information
#FDA03E (or 0xFDA03E) is known color: Sunshade. HEX triplet: FD, A0 and 3E. RGB value is (253,160,62). Sum of RGB (Red+Green+Blue) = 253+160+62=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA03E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA03E is #025FC1. Grayscale: #B1B1B1. Windows color (decimal): -155586 or 4104445. OLE color: 4104445.
HSL color Cylindrical-coordinate representation of color #FDA03E: hue angle of 30.79º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDA03E is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 62 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.01 |
| HSL | 30.79º | 0.98% | 0.62% | - |
| HSV(B) | 30.79º | 0.75% | 0.99% | - |
| XYZ | 53.95 | 46.37 | 10.66 | - |
| YUV | 176.64 | 63.31 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 62 | 0 | 0.37 | 0.75 | 0.01 | 30.79 | 0.98 | 0.62 |
| Hex | FD | A0 | 3E | 0 | 25 | 4B | 1 | 1F | 62 | 3E |
| Octal | 375 | 240 | 76 | 0 | 45 | 113 | 1 | 37 | 142 | 76 |
| Binary | 11111101 | 10100000 | 111110 | 0 | 100101 | 1001011 | 1 | 11111 | 1100010 | 111110 |
Color Harmonies of #FDA03E
Complementary color
Monochromatic Colors of #FDA03E
Black with #FDA03E
Text Example
Text Example
White with #FDA03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA03E; }
p { color: rgb(253,160,62); }
H1.HeaderClassName
{
color: #FDA03E;
}
.AnyTagClassName
{
color: #FDA03E;
}
</style>
background-color css
<style>
a { background-color: #FDA03E; }
a { background-color: rgb(253,160,62); }
div.DivClassName
{
background-color: #FDA03E;
}
.BgClassName
{
background-color: #FDA03E;
}
</style>
border-color css
<style>
span { border-color: #FDA03E; }
span { border-color: rgb(253,160,62); }
td.TdClassName
{
border-color: #FDA03E;
}
.TagClassName
{
border-color: #FDA03E;
}
</style>