Shades of Sun #FE8832
Tints of Sun #FE8832
RGB
CMYK
RGB Variations
Color information
#FE8832 (or 0xFE8832) is known color: Sun. HEX triplet: FE, 88 and 32. RGB value is (254,136,50). Sum of RGB (Red+Green+Blue) = 254+136+50=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8832 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8832 is #0177CD. Grayscale: #A1A1A1. Windows color (decimal): -96206 or 3311870. OLE color: 3311870.
HSL color Cylindrical-coordinate representation of color #FE8832: hue angle of 25.29º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE8832 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 50 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.00 |
| HSL | 25.29º | 0.99% | 0.6% | - |
| HSV(B) | 25.29º | 0.8% | 1% | - |
| XYZ | 50.25 | 38.91 | 7.88 | - |
| YUV | 161.48 | 65.09 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 50 | 0 | 0.46 | 0.80 | 0.00 | 25.29 | 0.99 | 0.6 |
| Hex | FE | 88 | 32 | 0 | 2E | 50 | 0 | 19 | 63 | 3C |
| Octal | 376 | 210 | 62 | 0 | 56 | 120 | 0 | 31 | 143 | 74 |
| Binary | 11111110 | 10001000 | 110010 | 0 | 101110 | 1010000 | 0 | 11001 | 1100011 | 111100 |
Color Harmonies of #FE8832
Complementary color
Monochromatic Colors of #FE8832
Black with #FE8832
Text Example
Text Example
White with #FE8832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8832; }
p { color: rgb(254,136,50); }
H1.HeaderClassName
{
color: #FE8832;
}
.AnyTagClassName
{
color: #FE8832;
}
</style>
background-color css
<style>
a { background-color: #FE8832; }
a { background-color: rgb(254,136,50); }
div.DivClassName
{
background-color: #FE8832;
}
.BgClassName
{
background-color: #FE8832;
}
</style>
border-color css
<style>
span { border-color: #FE8832; }
span { border-color: rgb(254,136,50); }
td.TdClassName
{
border-color: #FE8832;
}
.TagClassName
{
border-color: #FE8832;
}
</style>