Shades of Sun #FE852D
Tints of Sun #FE852D
RGB
CMYK
RGB Variations
Color information
#FE852D (or 0xFE852D) is known color: Sun. HEX triplet: FE, 85 and 2D. RGB value is (254,133,45). Sum of RGB (Red+Green+Blue) = 254+133+45=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE852D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE852D is #017AD2. Grayscale: #9F9F9F. Windows color (decimal): -96979 or 2983422. OLE color: 2983422.
HSL color Cylindrical-coordinate representation of color #FE852D: hue angle of 25.26º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE852D is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 45 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.00 |
| HSL | 25.26º | 0.99% | 0.59% | - |
| HSV(B) | 25.26º | 0.82% | 1% | - |
| XYZ | 49.73 | 38.04 | 7.2 | - |
| YUV | 159.15 | 63.59 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 45 | 0 | 0.48 | 0.82 | 0.00 | 25.26 | 0.99 | 0.59 |
| Hex | FE | 85 | 2D | 0 | 30 | 52 | 0 | 19 | 63 | 3B |
| Octal | 376 | 205 | 55 | 0 | 60 | 122 | 0 | 31 | 143 | 73 |
| Binary | 11111110 | 10000101 | 101101 | 0 | 110000 | 1010010 | 0 | 11001 | 1100011 | 111011 |
Color Harmonies of #FE852D
Complementary color
Monochromatic Colors of #FE852D
Black with #FE852D
Text Example
Text Example
White with #FE852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE852D; }
p { color: rgb(254,133,45); }
H1.HeaderClassName
{
color: #FE852D;
}
.AnyTagClassName
{
color: #FE852D;
}
</style>
background-color css
<style>
a { background-color: #FE852D; }
a { background-color: rgb(254,133,45); }
div.DivClassName
{
background-color: #FE852D;
}
.BgClassName
{
background-color: #FE852D;
}
</style>
border-color css
<style>
span { border-color: #FE852D; }
span { border-color: rgb(254,133,45); }
td.TdClassName
{
border-color: #FE852D;
}
.TagClassName
{
border-color: #FE852D;
}
</style>