Shades of Sunshade #FE9C40
Tints of Sunshade #FE9C40
RGB
CMYK
RGB Variations
Color information
#FE9C40 (or 0xFE9C40) is known color: Sunshade. HEX triplet: FE, 9C and 40. RGB value is (254,156,64). Sum of RGB (Red+Green+Blue) = 254+156+64=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9C40 is #0163BF. Grayscale: #AFAFAF. Windows color (decimal): -91072 or 4234494. OLE color: 4234494.
HSL color Cylindrical-coordinate representation of color #FE9C40: hue angle of 29.05º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE9C40 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 64 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.00 |
| HSL | 29.05º | 0.99% | 0.62% | - |
| HSV(B) | 29.05º | 0.75% | 1% | - |
| XYZ | 53.69 | 45.22 | 10.75 | - |
| YUV | 174.81 | 65.47 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 64 | 0 | 0.39 | 0.75 | 0.00 | 29.05 | 0.99 | 0.62 |
| Hex | FE | 9C | 40 | 0 | 27 | 4B | 0 | 1D | 63 | 3E |
| Octal | 376 | 234 | 100 | 0 | 47 | 113 | 0 | 35 | 143 | 76 |
| Binary | 11111110 | 10011100 | 1000000 | 0 | 100111 | 1001011 | 0 | 11101 | 1100011 | 111110 |
Color Harmonies of #FE9C40
Complementary color
Monochromatic Colors of #FE9C40
Black with #FE9C40
Text Example
Text Example
White with #FE9C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C40; }
p { color: rgb(254,156,64); }
H1.HeaderClassName
{
color: #FE9C40;
}
.AnyTagClassName
{
color: #FE9C40;
}
</style>
background-color css
<style>
a { background-color: #FE9C40; }
a { background-color: rgb(254,156,64); }
div.DivClassName
{
background-color: #FE9C40;
}
.BgClassName
{
background-color: #FE9C40;
}
</style>
border-color css
<style>
span { border-color: #FE9C40; }
span { border-color: rgb(254,156,64); }
td.TdClassName
{
border-color: #FE9C40;
}
.TagClassName
{
border-color: #FE9C40;
}
</style>