Shades of Sunshade #FE9250
Tints of Sunshade #FE9250
RGB
CMYK
RGB Variations
Color information
#FE9250 (or 0xFE9250) is known color: Sunshade. HEX triplet: FE, 92 and 50. RGB value is (254,146,80). Sum of RGB (Red+Green+Blue) = 254+146+80=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9250 is #016DAF. Grayscale: #ABABAB. Windows color (decimal): -93616 or 5280510. OLE color: 5280510.
HSL color Cylindrical-coordinate representation of color #FE9250: hue angle of 22.76º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE9250 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 80 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.00 |
| HSL | 22.76º | 0.99% | 0.65% | - |
| HSV(B) | 22.76º | 0.69% | 1% | - |
| XYZ | 52.6 | 42.21 | 12.96 | - |
| YUV | 170.77 | 76.78 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 80 | 0 | 0.43 | 0.69 | 0.00 | 22.76 | 0.99 | 0.65 |
| Hex | FE | 92 | 50 | 0 | 2B | 45 | 0 | 17 | 63 | 41 |
| Octal | 376 | 222 | 120 | 0 | 53 | 105 | 0 | 27 | 143 | 101 |
| Binary | 11111110 | 10010010 | 1010000 | 0 | 101011 | 1000101 | 0 | 10111 | 1100011 | 1000001 |
Color Harmonies of #FE9250
Complementary color
Monochromatic Colors of #FE9250
Black with #FE9250
Text Example
Text Example
White with #FE9250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9250; }
p { color: rgb(254,146,80); }
H1.HeaderClassName
{
color: #FE9250;
}
.AnyTagClassName
{
color: #FE9250;
}
</style>
background-color css
<style>
a { background-color: #FE9250; }
a { background-color: rgb(254,146,80); }
div.DivClassName
{
background-color: #FE9250;
}
.BgClassName
{
background-color: #FE9250;
}
</style>
border-color css
<style>
span { border-color: #FE9250; }
span { border-color: rgb(254,146,80); }
td.TdClassName
{
border-color: #FE9250;
}
.TagClassName
{
border-color: #FE9250;
}
</style>