Shades of Sun #FE862D
Tints of Sun #FE862D
RGB
CMYK
RGB Variations
Color information
#FE862D (or 0xFE862D) is known color: Sun. HEX triplet: FE, 86 and 2D. RGB value is (254,134,45). Sum of RGB (Red+Green+Blue) = 254+134+45=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE862D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE862D is #0179D2. Grayscale: #A0A0A0. Windows color (decimal): -96723 or 2983678. OLE color: 2983678.
HSL color Cylindrical-coordinate representation of color #FE862D: hue angle of 25.55º 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 #FE862D is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 45 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.00 |
| HSL | 25.55º | 0.99% | 0.59% | - |
| HSV(B) | 25.55º | 0.82% | 1% | - |
| XYZ | 49.87 | 38.31 | 7.25 | - |
| YUV | 159.73 | 63.26 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 45 | 0 | 0.47 | 0.82 | 0.00 | 25.55 | 0.99 | 0.59 |
| Hex | FE | 86 | 2D | 0 | 2F | 52 | 0 | 1A | 63 | 3B |
| Octal | 376 | 206 | 55 | 0 | 57 | 122 | 0 | 32 | 143 | 73 |
| Binary | 11111110 | 10000110 | 101101 | 0 | 101111 | 1010010 | 0 | 11010 | 1100011 | 111011 |
Color Harmonies of #FE862D
Complementary color
Monochromatic Colors of #FE862D
Black with #FE862D
Text Example
Text Example
White with #FE862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE862D; }
p { color: rgb(254,134,45); }
H1.HeaderClassName
{
color: #FE862D;
}
.AnyTagClassName
{
color: #FE862D;
}
</style>
background-color css
<style>
a { background-color: #FE862D; }
a { background-color: rgb(254,134,45); }
div.DivClassName
{
background-color: #FE862D;
}
.BgClassName
{
background-color: #FE862D;
}
</style>
border-color css
<style>
span { border-color: #FE862D; }
span { border-color: rgb(254,134,45); }
td.TdClassName
{
border-color: #FE862D;
}
.TagClassName
{
border-color: #FE862D;
}
</style>