Shades of Sunshade #FD9D3E
Tints of Sunshade #FD9D3E
RGB
CMYK
RGB Variations
Color information
#FD9D3E (or 0xFD9D3E) is known color: Sunshade. HEX triplet: FD, 9D and 3E. RGB value is (253,157,62). Sum of RGB (Red+Green+Blue) = 253+157+62=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9D3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9D3E is #0262C1. Grayscale: #AFAFAF. Windows color (decimal): -156354 or 4103677. OLE color: 4103677.
HSL color Cylindrical-coordinate representation of color #FD9D3E: hue angle of 29.84º 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 #FD9D3E is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 157 | 62 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.01 |
| HSL | 29.84º | 0.98% | 0.62% | - |
| HSV(B) | 29.84º | 0.75% | 0.99% | - |
| XYZ | 53.43 | 45.34 | 10.49 | - |
| YUV | 174.87 | 64.3 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 157 | 62 | 0 | 0.38 | 0.75 | 0.01 | 29.84 | 0.98 | 0.62 |
| Hex | FD | 9D | 3E | 0 | 26 | 4B | 1 | 1E | 62 | 3E |
| Octal | 375 | 235 | 76 | 0 | 46 | 113 | 1 | 36 | 142 | 76 |
| Binary | 11111101 | 10011101 | 111110 | 0 | 100110 | 1001011 | 1 | 11110 | 1100010 | 111110 |
Color Harmonies of #FD9D3E
Complementary color
Monochromatic Colors of #FD9D3E
Black with #FD9D3E
Text Example
Text Example
White with #FD9D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9D3E; }
p { color: rgb(253,157,62); }
H1.HeaderClassName
{
color: #FD9D3E;
}
.AnyTagClassName
{
color: #FD9D3E;
}
</style>
background-color css
<style>
a { background-color: #FD9D3E; }
a { background-color: rgb(253,157,62); }
div.DivClassName
{
background-color: #FD9D3E;
}
.BgClassName
{
background-color: #FD9D3E;
}
</style>
border-color css
<style>
span { border-color: #FD9D3E; }
span { border-color: rgb(253,157,62); }
td.TdClassName
{
border-color: #FD9D3E;
}
.TagClassName
{
border-color: #FD9D3E;
}
</style>