Shades of Sun #FE852C
Tints of Sun #FE852C
RGB
CMYK
RGB Variations
Color information
#FE852C (or 0xFE852C) is known color: Sun. HEX triplet: FE, 85 and 2C. RGB value is (254,133,44). Sum of RGB (Red+Green+Blue) = 254+133+44=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE852C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE852C is #017AD3. Grayscale: #9F9F9F. Windows color (decimal): -96980 or 2917886. OLE color: 2917886.
HSL color Cylindrical-coordinate representation of color #FE852C: hue angle of 25.43º 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 #FE852C is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 44 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.00 |
| HSL | 25.43º | 0.99% | 0.58% | - |
| HSV(B) | 25.43º | 0.83% | 1% | - |
| XYZ | 49.72 | 38.03 | 7.1 | - |
| YUV | 159.03 | 63.09 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 44 | 0 | 0.48 | 0.83 | 0.00 | 25.43 | 0.99 | 0.58 |
| Hex | FE | 85 | 2C | 0 | 30 | 53 | 0 | 19 | 63 | 3A |
| Octal | 376 | 205 | 54 | 0 | 60 | 123 | 0 | 31 | 143 | 72 |
| Binary | 11111110 | 10000101 | 101100 | 0 | 110000 | 1010011 | 0 | 11001 | 1100011 | 111010 |
Color Harmonies of #FE852C
Complementary color
Monochromatic Colors of #FE852C
Black with #FE852C
Text Example
Text Example
White with #FE852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE852C; }
p { color: rgb(254,133,44); }
H1.HeaderClassName
{
color: #FE852C;
}
.AnyTagClassName
{
color: #FE852C;
}
</style>
background-color css
<style>
a { background-color: #FE852C; }
a { background-color: rgb(254,133,44); }
div.DivClassName
{
background-color: #FE852C;
}
.BgClassName
{
background-color: #FE852C;
}
</style>
border-color css
<style>
span { border-color: #FE852C; }
span { border-color: rgb(254,133,44); }
td.TdClassName
{
border-color: #FE852C;
}
.TagClassName
{
border-color: #FE852C;
}
</style>