Shades of Sun #FE832C
Tints of Sun #FE832C
RGB
CMYK
RGB Variations
Color information
#FE832C (or 0xFE832C) is known color: Sun. HEX triplet: FE, 83 and 2C. RGB value is (254,131,44). Sum of RGB (Red+Green+Blue) = 254+131+44=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE832C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE832C is #017CD3. Grayscale: #9E9E9E. Windows color (decimal): -97492 or 2917374. OLE color: 2917374.
HSL color Cylindrical-coordinate representation of color #FE832C: hue angle of 24.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE832C is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 44 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.00 |
| HSL | 24.86º | 0.99% | 0.58% | - |
| HSV(B) | 24.86º | 0.83% | 1% | - |
| XYZ | 49.44 | 37.49 | 7.01 | - |
| YUV | 157.86 | 63.75 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 44 | 0 | 0.48 | 0.83 | 0.00 | 24.86 | 0.99 | 0.58 |
| Hex | FE | 83 | 2C | 0 | 30 | 53 | 0 | 19 | 63 | 3A |
| Octal | 376 | 203 | 54 | 0 | 60 | 123 | 0 | 31 | 143 | 72 |
| Binary | 11111110 | 10000011 | 101100 | 0 | 110000 | 1010011 | 0 | 11001 | 1100011 | 111010 |
Color Harmonies of #FE832C
Complementary color
Monochromatic Colors of #FE832C
Black with #FE832C
Text Example
Text Example
White with #FE832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE832C; }
p { color: rgb(254,131,44); }
H1.HeaderClassName
{
color: #FE832C;
}
.AnyTagClassName
{
color: #FE832C;
}
</style>
background-color css
<style>
a { background-color: #FE832C; }
a { background-color: rgb(254,131,44); }
div.DivClassName
{
background-color: #FE832C;
}
.BgClassName
{
background-color: #FE832C;
}
</style>
border-color css
<style>
span { border-color: #FE832C; }
span { border-color: rgb(254,131,44); }
td.TdClassName
{
border-color: #FE832C;
}
.TagClassName
{
border-color: #FE832C;
}
</style>