Shades of Sun #FE8331
Tints of Sun #FE8331
RGB
CMYK
RGB Variations
Color information
#FE8331 (or 0xFE8331) is known color: Sun. HEX triplet: FE, 83 and 31. RGB value is (254,131,49). Sum of RGB (Red+Green+Blue) = 254+131+49=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8331 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8331 is #017CCE. Grayscale: #9E9E9E. Windows color (decimal): -97487 or 3245054. OLE color: 3245054.
HSL color Cylindrical-coordinate representation of color #FE8331: hue angle of 24º 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 #FE8331 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 49 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.00 |
| HSL | 24º | 0.99% | 0.59% | - |
| HSV(B) | 24º | 0.81% | 1% | - |
| XYZ | 49.54 | 37.53 | 7.54 | - |
| YUV | 158.43 | 66.25 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 49 | 0 | 0.48 | 0.81 | 0.00 | 24 | 0.99 | 0.59 |
| Hex | FE | 83 | 31 | 0 | 30 | 51 | 0 | 18 | 63 | 3B |
| Octal | 376 | 203 | 61 | 0 | 60 | 121 | 0 | 30 | 143 | 73 |
| Binary | 11111110 | 10000011 | 110001 | 0 | 110000 | 1010001 | 0 | 11000 | 1100011 | 111011 |
Color Harmonies of #FE8331
Complementary color
Monochromatic Colors of #FE8331
Black with #FE8331
Text Example
Text Example
White with #FE8331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8331; }
p { color: rgb(254,131,49); }
H1.HeaderClassName
{
color: #FE8331;
}
.AnyTagClassName
{
color: #FE8331;
}
</style>
background-color css
<style>
a { background-color: #FE8331; }
a { background-color: rgb(254,131,49); }
div.DivClassName
{
background-color: #FE8331;
}
.BgClassName
{
background-color: #FE8331;
}
</style>
border-color css
<style>
span { border-color: #FE8331; }
span { border-color: rgb(254,131,49); }
td.TdClassName
{
border-color: #FE8331;
}
.TagClassName
{
border-color: #FE8331;
}
</style>