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