Shades of Sun #FE853B
Tints of Sun #FE853B
RGB
CMYK
RGB Variations
Color information
#FE853B (or 0xFE853B) is known color: Sun. HEX triplet: FE, 85 and 3B. RGB value is (254,133,59). Sum of RGB (Red+Green+Blue) = 254+133+59=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 59 (23.44% from 255 or 13.23% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE853B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE853B is #017AC4. Grayscale: #A1A1A1. Windows color (decimal): -96965 or 3900926. OLE color: 3900926.
HSL color Cylindrical-coordinate representation of color #FE853B: hue angle of 22.77º 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 #FE853B is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 59 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.00 |
| HSL | 22.77º | 0.99% | 0.61% | - |
| HSV(B) | 22.77º | 0.77% | 1% | - |
| XYZ | 50.05 | 38.16 | 8.87 | - |
| YUV | 160.74 | 70.59 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 59 | 0 | 0.48 | 0.77 | 0.00 | 22.77 | 0.99 | 0.61 |
| Hex | FE | 85 | 3B | 0 | 30 | 4D | 0 | 17 | 63 | 3D |
| Octal | 376 | 205 | 73 | 0 | 60 | 115 | 0 | 27 | 143 | 75 |
| Binary | 11111110 | 10000101 | 111011 | 0 | 110000 | 1001101 | 0 | 10111 | 1100011 | 111101 |
Color Harmonies of #FE853B
Complementary color
Monochromatic Colors of #FE853B
Black with #FE853B
Text Example
Text Example
White with #FE853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE853B; }
p { color: rgb(254,133,59); }
H1.HeaderClassName
{
color: #FE853B;
}
.AnyTagClassName
{
color: #FE853B;
}
</style>
background-color css
<style>
a { background-color: #FE853B; }
a { background-color: rgb(254,133,59); }
div.DivClassName
{
background-color: #FE853B;
}
.BgClassName
{
background-color: #FE853B;
}
</style>
border-color css
<style>
span { border-color: #FE853B; }
span { border-color: rgb(254,133,59); }
td.TdClassName
{
border-color: #FE853B;
}
.TagClassName
{
border-color: #FE853B;
}
</style>