Shades of Sunshade #FE914B
Tints of Sunshade #FE914B
RGB
CMYK
RGB Variations
Color information
#FE914B (or 0xFE914B) is known color: Sunshade. HEX triplet: FE, 91 and 4B. RGB value is (254,145,75). Sum of RGB (Red+Green+Blue) = 254+145+75=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE914B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE914B is #016EB4. Grayscale: #AAAAAA. Windows color (decimal): -93877 or 4952574. OLE color: 4952574.
HSL color Cylindrical-coordinate representation of color #FE914B: hue angle of 23.46º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE914B is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 75 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.00 |
| HSL | 23.46º | 0.99% | 0.65% | - |
| HSV(B) | 23.46º | 0.7% | 1% | - |
| XYZ | 52.27 | 41.83 | 11.98 | - |
| YUV | 169.61 | 74.61 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 75 | 0 | 0.43 | 0.70 | 0.00 | 23.46 | 0.99 | 0.65 |
| Hex | FE | 91 | 4B | 0 | 2B | 46 | 0 | 17 | 63 | 41 |
| Octal | 376 | 221 | 113 | 0 | 53 | 106 | 0 | 27 | 143 | 101 |
| Binary | 11111110 | 10010001 | 1001011 | 0 | 101011 | 1000110 | 0 | 10111 | 1100011 | 1000001 |
Color Harmonies of #FE914B
Complementary color
Monochromatic Colors of #FE914B
Black with #FE914B
Text Example
Text Example
White with #FE914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE914B; }
p { color: rgb(254,145,75); }
H1.HeaderClassName
{
color: #FE914B;
}
.AnyTagClassName
{
color: #FE914B;
}
</style>
background-color css
<style>
a { background-color: #FE914B; }
a { background-color: rgb(254,145,75); }
div.DivClassName
{
background-color: #FE914B;
}
.BgClassName
{
background-color: #FE914B;
}
</style>
border-color css
<style>
span { border-color: #FE914B; }
span { border-color: rgb(254,145,75); }
td.TdClassName
{
border-color: #FE914B;
}
.TagClassName
{
border-color: #FE914B;
}
</style>