Shades of Sun #FE853E
Tints of Sun #FE853E
RGB
CMYK
RGB Variations
Color information
#FE853E (or 0xFE853E) is known color: Sun. HEX triplet: FE, 85 and 3E. RGB value is (254,133,62). Sum of RGB (Red+Green+Blue) = 254+133+62=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE853E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE853E is #017AC1. Grayscale: #A1A1A1. Windows color (decimal): -96962 or 4097534. OLE color: 4097534.
HSL color Cylindrical-coordinate representation of color #FE853E: hue angle of 22.19º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE853E is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 62 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.00 |
| HSL | 22.19º | 0.99% | 0.62% | - |
| HSV(B) | 22.19º | 0.76% | 1% | - |
| XYZ | 50.13 | 38.19 | 9.29 | - |
| YUV | 161.09 | 72.09 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 62 | 0 | 0.48 | 0.76 | 0.00 | 22.19 | 0.99 | 0.62 |
| Hex | FE | 85 | 3E | 0 | 30 | 4C | 0 | 16 | 63 | 3E |
| Octal | 376 | 205 | 76 | 0 | 60 | 114 | 0 | 26 | 143 | 76 |
| Binary | 11111110 | 10000101 | 111110 | 0 | 110000 | 1001100 | 0 | 10110 | 1100011 | 111110 |
Color Harmonies of #FE853E
Complementary color
Monochromatic Colors of #FE853E
Black with #FE853E
Text Example
Text Example
White with #FE853E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE853E; }
p { color: rgb(254,133,62); }
H1.HeaderClassName
{
color: #FE853E;
}
.AnyTagClassName
{
color: #FE853E;
}
</style>
background-color css
<style>
a { background-color: #FE853E; }
a { background-color: rgb(254,133,62); }
div.DivClassName
{
background-color: #FE853E;
}
.BgClassName
{
background-color: #FE853E;
}
</style>
border-color css
<style>
span { border-color: #FE853E; }
span { border-color: rgb(254,133,62); }
td.TdClassName
{
border-color: #FE853E;
}
.TagClassName
{
border-color: #FE853E;
}
</style>