Shades of Sunshade #FD963F
Tints of Sunshade #FD963F
RGB
CMYK
RGB Variations
Color information
#FD963F (or 0xFD963F) is known color: Sunshade. HEX triplet: FD, 96 and 3F. RGB value is (253,150,63). Sum of RGB (Red+Green+Blue) = 253+150+63=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD963F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD963F is #0269C0. Grayscale: #ABABAB. Windows color (decimal): -158145 or 4167421. OLE color: 4167421.
HSL color Cylindrical-coordinate representation of color #FD963F: hue angle of 27.47º 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 #FD963F is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 150 | 63 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.01 |
| HSL | 27.47º | 0.98% | 0.62% | - |
| HSV(B) | 27.47º | 0.75% | 0.99% | - |
| XYZ | 52.31 | 43.05 | 10.26 | - |
| YUV | 170.88 | 67.12 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 150 | 63 | 0 | 0.41 | 0.75 | 0.01 | 27.47 | 0.98 | 0.62 |
| Hex | FD | 96 | 3F | 0 | 29 | 4B | 1 | 1B | 62 | 3E |
| Octal | 375 | 226 | 77 | 0 | 51 | 113 | 1 | 33 | 142 | 76 |
| Binary | 11111101 | 10010110 | 111111 | 0 | 101001 | 1001011 | 1 | 11011 | 1100010 | 111110 |
Color Harmonies of #FD963F
Complementary color
Monochromatic Colors of #FD963F
Black with #FD963F
Text Example
Text Example
White with #FD963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD963F; }
p { color: rgb(253,150,63); }
H1.HeaderClassName
{
color: #FD963F;
}
.AnyTagClassName
{
color: #FD963F;
}
</style>
background-color css
<style>
a { background-color: #FD963F; }
a { background-color: rgb(253,150,63); }
div.DivClassName
{
background-color: #FD963F;
}
.BgClassName
{
background-color: #FD963F;
}
</style>
border-color css
<style>
span { border-color: #FD963F; }
span { border-color: rgb(253,150,63); }
td.TdClassName
{
border-color: #FD963F;
}
.TagClassName
{
border-color: #FD963F;
}
</style>