Shades of Sunshade #FE964B
Tints of Sunshade #FE964B
RGB
CMYK
RGB Variations
Color information
#FE964B (or 0xFE964B) is known color: Sunshade. HEX triplet: FE, 96 and 4B. RGB value is (254,150,75). Sum of RGB (Red+Green+Blue) = 254+150+75=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE964B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE964B is #0169B4. Grayscale: #ACACAC. Windows color (decimal): -92597 or 4953854. OLE color: 4953854.
HSL color Cylindrical-coordinate representation of color #FE964B: hue angle of 25.14º 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 #FE964B is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 75 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.00 |
| HSL | 25.14º | 0.99% | 0.65% | - |
| HSV(B) | 25.14º | 0.7% | 1% | - |
| XYZ | 53.05 | 43.39 | 12.24 | - |
| YUV | 172.55 | 72.96 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 75 | 0 | 0.41 | 0.70 | 0.00 | 25.14 | 0.99 | 0.65 |
| Hex | FE | 96 | 4B | 0 | 29 | 46 | 0 | 19 | 63 | 41 |
| Octal | 376 | 226 | 113 | 0 | 51 | 106 | 0 | 31 | 143 | 101 |
| Binary | 11111110 | 10010110 | 1001011 | 0 | 101001 | 1000110 | 0 | 11001 | 1100011 | 1000001 |
Color Harmonies of #FE964B
Complementary color
Monochromatic Colors of #FE964B
Black with #FE964B
Text Example
Text Example
White with #FE964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE964B; }
p { color: rgb(254,150,75); }
H1.HeaderClassName
{
color: #FE964B;
}
.AnyTagClassName
{
color: #FE964B;
}
</style>
background-color css
<style>
a { background-color: #FE964B; }
a { background-color: rgb(254,150,75); }
div.DivClassName
{
background-color: #FE964B;
}
.BgClassName
{
background-color: #FE964B;
}
</style>
border-color css
<style>
span { border-color: #FE964B; }
span { border-color: rgb(254,150,75); }
td.TdClassName
{
border-color: #FE964B;
}
.TagClassName
{
border-color: #FE964B;
}
</style>