Shades of Sunshade #FE9453
Tints of Sunshade #FE9453
RGB
CMYK
RGB Variations
Color information
#FE9453 (or 0xFE9453) is known color: Sunshade. HEX triplet: FE, 94 and 53. RGB value is (254,148,83). Sum of RGB (Red+Green+Blue) = 254+148+83=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9453 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9453 is #016BAC. Grayscale: #ACACAC. Windows color (decimal): -93101 or 5477630. OLE color: 5477630.
HSL color Cylindrical-coordinate representation of color #FE9453: hue angle of 22.81º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE9453 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 83 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.00 |
| HSL | 22.81º | 0.99% | 0.66% | - |
| HSV(B) | 22.81º | 0.67% | 1% | - |
| XYZ | 53.02 | 42.88 | 13.66 | - |
| YUV | 172.28 | 77.62 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 83 | 0 | 0.42 | 0.67 | 0.00 | 22.81 | 0.99 | 0.66 |
| Hex | FE | 94 | 53 | 0 | 2A | 43 | 0 | 17 | 63 | 42 |
| Octal | 376 | 224 | 123 | 0 | 52 | 103 | 0 | 27 | 143 | 102 |
| Binary | 11111110 | 10010100 | 1010011 | 0 | 101010 | 1000011 | 0 | 10111 | 1100011 | 1000010 |
Color Harmonies of #FE9453
Complementary color
Monochromatic Colors of #FE9453
Black with #FE9453
Text Example
Text Example
White with #FE9453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9453; }
p { color: rgb(254,148,83); }
H1.HeaderClassName
{
color: #FE9453;
}
.AnyTagClassName
{
color: #FE9453;
}
</style>
background-color css
<style>
a { background-color: #FE9453; }
a { background-color: rgb(254,148,83); }
div.DivClassName
{
background-color: #FE9453;
}
.BgClassName
{
background-color: #FE9453;
}
</style>
border-color css
<style>
span { border-color: #FE9453; }
span { border-color: rgb(254,148,83); }
td.TdClassName
{
border-color: #FE9453;
}
.TagClassName
{
border-color: #FE9453;
}
</style>