Shades of Sun #FE8731
Tints of Sun #FE8731
RGB
CMYK
RGB Variations
Color information
#FE8731 (or 0xFE8731) is known color: Sun. HEX triplet: FE, 87 and 31. RGB value is (254,135,49). Sum of RGB (Red+Green+Blue) = 254+135+49=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8731 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8731 is #0178CE. Grayscale: #A1A1A1. Windows color (decimal): -96463 or 3246078. OLE color: 3246078.
HSL color Cylindrical-coordinate representation of color #FE8731: hue angle of 25.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE8731 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 49 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.00 |
| HSL | 25.17º | 0.99% | 0.59% | - |
| HSV(B) | 25.17º | 0.81% | 1% | - |
| XYZ | 50.09 | 38.62 | 7.72 | - |
| YUV | 160.78 | 64.92 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 49 | 0 | 0.47 | 0.81 | 0.00 | 25.17 | 0.99 | 0.59 |
| Hex | FE | 87 | 31 | 0 | 2F | 51 | 0 | 19 | 63 | 3B |
| Octal | 376 | 207 | 61 | 0 | 57 | 121 | 0 | 31 | 143 | 73 |
| Binary | 11111110 | 10000111 | 110001 | 0 | 101111 | 1010001 | 0 | 11001 | 1100011 | 111011 |
Color Harmonies of #FE8731
Complementary color
Monochromatic Colors of #FE8731
Black with #FE8731
Text Example
Text Example
White with #FE8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8731; }
p { color: rgb(254,135,49); }
H1.HeaderClassName
{
color: #FE8731;
}
.AnyTagClassName
{
color: #FE8731;
}
</style>
background-color css
<style>
a { background-color: #FE8731; }
a { background-color: rgb(254,135,49); }
div.DivClassName
{
background-color: #FE8731;
}
.BgClassName
{
background-color: #FE8731;
}
</style>
border-color css
<style>
span { border-color: #FE8731; }
span { border-color: rgb(254,135,49); }
td.TdClassName
{
border-color: #FE8731;
}
.TagClassName
{
border-color: #FE8731;
}
</style>