Shades of Sun #FE842F
Tints of Sun #FE842F
RGB
CMYK
RGB Variations
Color information
#FE842F (or 0xFE842F) is known color: Sun. HEX triplet: FE, 84 and 2F. RGB value is (254,132,47). Sum of RGB (Red+Green+Blue) = 254+132+47=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE842F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE842F is #017BD0. Grayscale: #9F9F9F. Windows color (decimal): -97233 or 3114238. OLE color: 3114238.
HSL color Cylindrical-coordinate representation of color #FE842F: hue angle of 24.64º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE842F is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 47 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.00 |
| HSL | 24.64º | 0.99% | 0.59% | - |
| HSV(B) | 24.64º | 0.81% | 1% | - |
| XYZ | 49.64 | 37.78 | 7.37 | - |
| YUV | 158.79 | 64.92 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 47 | 0 | 0.48 | 0.81 | 0.00 | 24.64 | 0.99 | 0.59 |
| Hex | FE | 84 | 2F | 0 | 30 | 51 | 0 | 19 | 63 | 3B |
| Octal | 376 | 204 | 57 | 0 | 60 | 121 | 0 | 31 | 143 | 73 |
| Binary | 11111110 | 10000100 | 101111 | 0 | 110000 | 1010001 | 0 | 11001 | 1100011 | 111011 |
Color Harmonies of #FE842F
Complementary color
Monochromatic Colors of #FE842F
Black with #FE842F
Text Example
Text Example
White with #FE842F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE842F; }
p { color: rgb(254,132,47); }
H1.HeaderClassName
{
color: #FE842F;
}
.AnyTagClassName
{
color: #FE842F;
}
</style>
background-color css
<style>
a { background-color: #FE842F; }
a { background-color: rgb(254,132,47); }
div.DivClassName
{
background-color: #FE842F;
}
.BgClassName
{
background-color: #FE842F;
}
</style>
border-color css
<style>
span { border-color: #FE842F; }
span { border-color: rgb(254,132,47); }
td.TdClassName
{
border-color: #FE842F;
}
.TagClassName
{
border-color: #FE842F;
}
</style>