Shades of Sunshade #FE954D
Tints of Sunshade #FE954D
RGB
CMYK
RGB Variations
Color information
#FE954D (or 0xFE954D) is known color: Sunshade. HEX triplet: FE, 95 and 4D. RGB value is (254,149,77). Sum of RGB (Red+Green+Blue) = 254+149+77=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE954D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE954D is #016AB2. Grayscale: #ACACAC. Windows color (decimal): -92851 or 5084670. OLE color: 5084670.
HSL color Cylindrical-coordinate representation of color #FE954D: hue angle of 24.41º 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 #FE954D is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 77 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.00 |
| HSL | 24.41º | 0.99% | 0.65% | - |
| HSV(B) | 24.41º | 0.7% | 1% | - |
| XYZ | 52.96 | 43.1 | 12.55 | - |
| YUV | 172.19 | 74.29 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 77 | 0 | 0.41 | 0.70 | 0.00 | 24.41 | 0.99 | 0.65 |
| Hex | FE | 95 | 4D | 0 | 29 | 46 | 0 | 18 | 63 | 41 |
| Octal | 376 | 225 | 115 | 0 | 51 | 106 | 0 | 30 | 143 | 101 |
| Binary | 11111110 | 10010101 | 1001101 | 0 | 101001 | 1000110 | 0 | 11000 | 1100011 | 1000001 |
Color Harmonies of #FE954D
Complementary color
Monochromatic Colors of #FE954D
Black with #FE954D
Text Example
Text Example
White with #FE954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE954D; }
p { color: rgb(254,149,77); }
H1.HeaderClassName
{
color: #FE954D;
}
.AnyTagClassName
{
color: #FE954D;
}
</style>
background-color css
<style>
a { background-color: #FE954D; }
a { background-color: rgb(254,149,77); }
div.DivClassName
{
background-color: #FE954D;
}
.BgClassName
{
background-color: #FE954D;
}
</style>
border-color css
<style>
span { border-color: #FE954D; }
span { border-color: rgb(254,149,77); }
td.TdClassName
{
border-color: #FE954D;
}
.TagClassName
{
border-color: #FE954D;
}
</style>