Shades of Sunshade #FE9342
Tints of Sunshade #FE9342
RGB
CMYK
RGB Variations
Color information
#FE9342 (or 0xFE9342) is known color: Sunshade. HEX triplet: FE, 93 and 42. RGB value is (254,147,66). Sum of RGB (Red+Green+Blue) = 254+147+66=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9342 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9342 is #016CBD. Grayscale: #AAAAAA. Windows color (decimal): -93374 or 4363262. OLE color: 4363262.
HSL color Cylindrical-coordinate representation of color #FE9342: hue angle of 25.85º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE9342 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 66 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.00 |
| HSL | 25.85º | 0.99% | 0.63% | - |
| HSV(B) | 25.85º | 0.74% | 1% | - |
| XYZ | 52.29 | 42.33 | 10.57 | - |
| YUV | 169.76 | 69.45 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 66 | 0 | 0.42 | 0.74 | 0.00 | 25.85 | 0.99 | 0.63 |
| Hex | FE | 93 | 42 | 0 | 2A | 4A | 0 | 1A | 63 | 3F |
| Octal | 376 | 223 | 102 | 0 | 52 | 112 | 0 | 32 | 143 | 77 |
| Binary | 11111110 | 10010011 | 1000010 | 0 | 101010 | 1001010 | 0 | 11010 | 1100011 | 111111 |
Color Harmonies of #FE9342
Complementary color
Monochromatic Colors of #FE9342
Black with #FE9342
Text Example
Text Example
White with #FE9342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9342; }
p { color: rgb(254,147,66); }
H1.HeaderClassName
{
color: #FE9342;
}
.AnyTagClassName
{
color: #FE9342;
}
</style>
background-color css
<style>
a { background-color: #FE9342; }
a { background-color: rgb(254,147,66); }
div.DivClassName
{
background-color: #FE9342;
}
.BgClassName
{
background-color: #FE9342;
}
</style>
border-color css
<style>
span { border-color: #FE9342; }
span { border-color: rgb(254,147,66); }
td.TdClassName
{
border-color: #FE9342;
}
.TagClassName
{
border-color: #FE9342;
}
</style>