Shades of Sun #FE842D
Tints of Sun #FE842D
RGB
CMYK
RGB Variations
Color information
#FE842D (or 0xFE842D) is known color: Sun. HEX triplet: FE, 84 and 2D. RGB value is (254,132,45). Sum of RGB (Red+Green+Blue) = 254+132+45=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE842D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE842D is #017BD2. Grayscale: #9F9F9F. Windows color (decimal): -97235 or 2983166. OLE color: 2983166.
HSL color Cylindrical-coordinate representation of color #FE842D: hue angle of 24.98º 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 #FE842D is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 45 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.00 |
| HSL | 24.98º | 0.99% | 0.59% | - |
| HSV(B) | 24.98º | 0.82% | 1% | - |
| XYZ | 49.6 | 37.76 | 7.16 | - |
| YUV | 158.56 | 63.92 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 45 | 0 | 0.48 | 0.82 | 0.00 | 24.98 | 0.99 | 0.59 |
| Hex | FE | 84 | 2D | 0 | 30 | 52 | 0 | 19 | 63 | 3B |
| Octal | 376 | 204 | 55 | 0 | 60 | 122 | 0 | 31 | 143 | 73 |
| Binary | 11111110 | 10000100 | 101101 | 0 | 110000 | 1010010 | 0 | 11001 | 1100011 | 111011 |
Color Harmonies of #FE842D
Complementary color
Monochromatic Colors of #FE842D
Black with #FE842D
Text Example
Text Example
White with #FE842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE842D; }
p { color: rgb(254,132,45); }
H1.HeaderClassName
{
color: #FE842D;
}
.AnyTagClassName
{
color: #FE842D;
}
</style>
background-color css
<style>
a { background-color: #FE842D; }
a { background-color: rgb(254,132,45); }
div.DivClassName
{
background-color: #FE842D;
}
.BgClassName
{
background-color: #FE842D;
}
</style>
border-color css
<style>
span { border-color: #FE842D; }
span { border-color: rgb(254,132,45); }
td.TdClassName
{
border-color: #FE842D;
}
.TagClassName
{
border-color: #FE842D;
}
</style>