Shades of Sunshade #FD964A
Tints of Sunshade #FD964A
RGB
CMYK
RGB Variations
Color information
#FD964A (or 0xFD964A) is known color: Sunshade. HEX triplet: FD, 96 and 4A. RGB value is (253,150,74). Sum of RGB (Red+Green+Blue) = 253+150+74=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD964A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD964A is #0269B5. Grayscale: #ACACAC. Windows color (decimal): -158134 or 4888317. OLE color: 4888317.
HSL color Cylindrical-coordinate representation of color #FD964A: hue angle of 25.47º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD964A is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 150 | 74 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.01 |
| HSL | 25.47º | 0.98% | 0.64% | - |
| HSV(B) | 25.47º | 0.71% | 0.99% | - |
| XYZ | 52.65 | 43.19 | 12.04 | - |
| YUV | 172.13 | 72.62 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 150 | 74 | 0 | 0.41 | 0.71 | 0.01 | 25.47 | 0.98 | 0.64 |
| Hex | FD | 96 | 4A | 0 | 29 | 47 | 1 | 19 | 62 | 40 |
| Octal | 375 | 226 | 112 | 0 | 51 | 107 | 1 | 31 | 142 | 100 |
| Binary | 11111101 | 10010110 | 1001010 | 0 | 101001 | 1000111 | 1 | 11001 | 1100010 | 1000000 |
Color Harmonies of #FD964A
Complementary color
Monochromatic Colors of #FD964A
Black with #FD964A
Text Example
Text Example
White with #FD964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD964A; }
p { color: rgb(253,150,74); }
H1.HeaderClassName
{
color: #FD964A;
}
.AnyTagClassName
{
color: #FD964A;
}
</style>
background-color css
<style>
a { background-color: #FD964A; }
a { background-color: rgb(253,150,74); }
div.DivClassName
{
background-color: #FD964A;
}
.BgClassName
{
background-color: #FD964A;
}
</style>
border-color css
<style>
span { border-color: #FD964A; }
span { border-color: rgb(253,150,74); }
td.TdClassName
{
border-color: #FD964A;
}
.TagClassName
{
border-color: #FD964A;
}
</style>