Shades of Sunshade #FE994A
Tints of Sunshade #FE994A
RGB
CMYK
RGB Variations
Color information
#FE994A (or 0xFE994A) is known color: Sunshade. HEX triplet: FE, 99 and 4A. RGB value is (254,153,74). Sum of RGB (Red+Green+Blue) = 254+153+74=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE994A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE994A is #0166B5. Grayscale: #AEAEAE. Windows color (decimal): -91830 or 4889086. OLE color: 4889086.
HSL color Cylindrical-coordinate representation of color #FE994A: hue angle of 26.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE994A is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 74 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.00 |
| HSL | 26.33º | 0.99% | 0.64% | - |
| HSV(B) | 26.33º | 0.71% | 1% | - |
| XYZ | 53.5 | 44.35 | 12.22 | - |
| YUV | 174.19 | 71.46 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 74 | 0 | 0.40 | 0.71 | 0.00 | 26.33 | 0.99 | 0.64 |
| Hex | FE | 99 | 4A | 0 | 28 | 47 | 0 | 1A | 63 | 40 |
| Octal | 376 | 231 | 112 | 0 | 50 | 107 | 0 | 32 | 143 | 100 |
| Binary | 11111110 | 10011001 | 1001010 | 0 | 101000 | 1000111 | 0 | 11010 | 1100011 | 1000000 |
Color Harmonies of #FE994A
Complementary color
Monochromatic Colors of #FE994A
Black with #FE994A
Text Example
Text Example
White with #FE994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE994A; }
p { color: rgb(254,153,74); }
H1.HeaderClassName
{
color: #FE994A;
}
.AnyTagClassName
{
color: #FE994A;
}
</style>
background-color css
<style>
a { background-color: #FE994A; }
a { background-color: rgb(254,153,74); }
div.DivClassName
{
background-color: #FE994A;
}
.BgClassName
{
background-color: #FE994A;
}
</style>
border-color css
<style>
span { border-color: #FE994A; }
span { border-color: rgb(254,153,74); }
td.TdClassName
{
border-color: #FE994A;
}
.TagClassName
{
border-color: #FE994A;
}
</style>