Shades of Sunshade #FE9442
Tints of Sunshade #FE9442
RGB
CMYK
RGB Variations
Color information
#FE9442 (or 0xFE9442) is known color: Sunshade. HEX triplet: FE, 94 and 42. RGB value is (254,148,66). Sum of RGB (Red+Green+Blue) = 254+148+66=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9442 is #016BBD. Grayscale: #AAAAAA. Windows color (decimal): -93118 or 4363518. OLE color: 4363518.
HSL color Cylindrical-coordinate representation of color #FE9442: hue angle of 26.17º 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 #FE9442 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 66 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.00 |
| HSL | 26.17º | 0.99% | 0.63% | - |
| HSV(B) | 26.17º | 0.74% | 1% | - |
| XYZ | 52.45 | 42.64 | 10.62 | - |
| YUV | 170.35 | 69.12 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 66 | 0 | 0.42 | 0.74 | 0.00 | 26.17 | 0.99 | 0.63 |
| Hex | FE | 94 | 42 | 0 | 2A | 4A | 0 | 1A | 63 | 3F |
| Octal | 376 | 224 | 102 | 0 | 52 | 112 | 0 | 32 | 143 | 77 |
| Binary | 11111110 | 10010100 | 1000010 | 0 | 101010 | 1001010 | 0 | 11010 | 1100011 | 111111 |
Color Harmonies of #FE9442
Complementary color
Monochromatic Colors of #FE9442
Black with #FE9442
Text Example
Text Example
White with #FE9442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9442; }
p { color: rgb(254,148,66); }
H1.HeaderClassName
{
color: #FE9442;
}
.AnyTagClassName
{
color: #FE9442;
}
</style>
background-color css
<style>
a { background-color: #FE9442; }
a { background-color: rgb(254,148,66); }
div.DivClassName
{
background-color: #FE9442;
}
.BgClassName
{
background-color: #FE9442;
}
</style>
border-color css
<style>
span { border-color: #FE9442; }
span { border-color: rgb(254,148,66); }
td.TdClassName
{
border-color: #FE9442;
}
.TagClassName
{
border-color: #FE9442;
}
</style>