Shades of Sun #FE8D40
Tints of Sun #FE8D40
RGB
CMYK
RGB Variations
Color information
#FE8D40 (or 0xFE8D40) is known color: Sun. HEX triplet: FE, 8D and 40. RGB value is (254,141,64). Sum of RGB (Red+Green+Blue) = 254+141+64=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8D40 is #0172BF. Grayscale: #A6A6A6. Windows color (decimal): -94912 or 4230654. OLE color: 4230654.
HSL color Cylindrical-coordinate representation of color #FE8D40: hue angle of 24.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE8D40 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 64 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.00 |
| HSL | 24.32º | 0.99% | 0.62% | - |
| HSV(B) | 24.32º | 0.75% | 1% | - |
| XYZ | 51.32 | 40.49 | 9.96 | - |
| YUV | 166.01 | 70.44 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 64 | 0 | 0.44 | 0.75 | 0.00 | 24.32 | 0.99 | 0.62 |
| Hex | FE | 8D | 40 | 0 | 2C | 4B | 0 | 18 | 63 | 3E |
| Octal | 376 | 215 | 100 | 0 | 54 | 113 | 0 | 30 | 143 | 76 |
| Binary | 11111110 | 10001101 | 1000000 | 0 | 101100 | 1001011 | 0 | 11000 | 1100011 | 111110 |
Color Harmonies of #FE8D40
Complementary color
Monochromatic Colors of #FE8D40
Black with #FE8D40
Text Example
Text Example
White with #FE8D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D40; }
p { color: rgb(254,141,64); }
H1.HeaderClassName
{
color: #FE8D40;
}
.AnyTagClassName
{
color: #FE8D40;
}
</style>
background-color css
<style>
a { background-color: #FE8D40; }
a { background-color: rgb(254,141,64); }
div.DivClassName
{
background-color: #FE8D40;
}
.BgClassName
{
background-color: #FE8D40;
}
</style>
border-color css
<style>
span { border-color: #FE8D40; }
span { border-color: rgb(254,141,64); }
td.TdClassName
{
border-color: #FE8D40;
}
.TagClassName
{
border-color: #FE8D40;
}
</style>