Shades of Sun #FE853A
Tints of Sun #FE853A
RGB
CMYK
RGB Variations
Color information
#FE853A (or 0xFE853A) is known color: Sun. HEX triplet: FE, 85 and 3A. RGB value is (254,133,58). Sum of RGB (Red+Green+Blue) = 254+133+58=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE853A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE853A is #017AC5. Grayscale: #A1A1A1. Windows color (decimal): -96966 or 3835390. OLE color: 3835390.
HSL color Cylindrical-coordinate representation of color #FE853A: hue angle of 22.96º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE853A is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 58 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.00 |
| HSL | 22.96º | 0.99% | 0.61% | - |
| HSV(B) | 22.96º | 0.77% | 1% | - |
| XYZ | 50.02 | 38.15 | 8.73 | - |
| YUV | 160.63 | 70.09 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 58 | 0 | 0.48 | 0.77 | 0.00 | 22.96 | 0.99 | 0.61 |
| Hex | FE | 85 | 3A | 0 | 30 | 4D | 0 | 17 | 63 | 3D |
| Octal | 376 | 205 | 72 | 0 | 60 | 115 | 0 | 27 | 143 | 75 |
| Binary | 11111110 | 10000101 | 111010 | 0 | 110000 | 1001101 | 0 | 10111 | 1100011 | 111101 |
Color Harmonies of #FE853A
Complementary color
Monochromatic Colors of #FE853A
Black with #FE853A
Text Example
Text Example
White with #FE853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE853A; }
p { color: rgb(254,133,58); }
H1.HeaderClassName
{
color: #FE853A;
}
.AnyTagClassName
{
color: #FE853A;
}
</style>
background-color css
<style>
a { background-color: #FE853A; }
a { background-color: rgb(254,133,58); }
div.DivClassName
{
background-color: #FE853A;
}
.BgClassName
{
background-color: #FE853A;
}
</style>
border-color css
<style>
span { border-color: #FE853A; }
span { border-color: rgb(254,133,58); }
td.TdClassName
{
border-color: #FE853A;
}
.TagClassName
{
border-color: #FE853A;
}
</style>