Shades of Sunshade #FE964D
Tints of Sunshade #FE964D
RGB
CMYK
RGB Variations
Color information
#FE964D (or 0xFE964D) is known color: Sunshade. HEX triplet: FE, 96 and 4D. RGB value is (254,150,77). Sum of RGB (Red+Green+Blue) = 254+150+77=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE964D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE964D is #0169B2. Grayscale: #ADADAD. Windows color (decimal): -92595 or 5084926. OLE color: 5084926.
HSL color Cylindrical-coordinate representation of color #FE964D: hue angle of 24.75º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE964D is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 77 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.00 |
| HSL | 24.75º | 0.99% | 0.65% | - |
| HSV(B) | 24.75º | 0.7% | 1% | - |
| XYZ | 53.12 | 43.42 | 12.6 | - |
| YUV | 172.77 | 73.96 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 77 | 0 | 0.41 | 0.70 | 0.00 | 24.75 | 0.99 | 0.65 |
| Hex | FE | 96 | 4D | 0 | 29 | 46 | 0 | 19 | 63 | 41 |
| Octal | 376 | 226 | 115 | 0 | 51 | 106 | 0 | 31 | 143 | 101 |
| Binary | 11111110 | 10010110 | 1001101 | 0 | 101001 | 1000110 | 0 | 11001 | 1100011 | 1000001 |
Color Harmonies of #FE964D
Complementary color
Monochromatic Colors of #FE964D
Black with #FE964D
Text Example
Text Example
White with #FE964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE964D; }
p { color: rgb(254,150,77); }
H1.HeaderClassName
{
color: #FE964D;
}
.AnyTagClassName
{
color: #FE964D;
}
</style>
background-color css
<style>
a { background-color: #FE964D; }
a { background-color: rgb(254,150,77); }
div.DivClassName
{
background-color: #FE964D;
}
.BgClassName
{
background-color: #FE964D;
}
</style>
border-color css
<style>
span { border-color: #FE964D; }
span { border-color: rgb(254,150,77); }
td.TdClassName
{
border-color: #FE964D;
}
.TagClassName
{
border-color: #FE964D;
}
</style>