Shades of Sun #FE8C41
Tints of Sun #FE8C41
RGB
CMYK
RGB Variations
Color information
#FE8C41 (or 0xFE8C41) is known color: Sun. HEX triplet: FE, 8C and 41. RGB value is (254,140,65). Sum of RGB (Red+Green+Blue) = 254+140+65=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8C41 is #0173BE. Grayscale: #A5A5A5. Windows color (decimal): -95167 or 4295934. OLE color: 4295934.
HSL color Cylindrical-coordinate representation of color #FE8C41: hue angle of 23.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE8C41 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 65 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.00 |
| HSL | 23.81º | 0.99% | 0.63% | - |
| HSV(B) | 23.81º | 0.74% | 1% | - |
| XYZ | 51.21 | 40.21 | 10.06 | - |
| YUV | 165.54 | 71.27 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 65 | 0 | 0.45 | 0.74 | 0.00 | 23.81 | 0.99 | 0.63 |
| Hex | FE | 8C | 41 | 0 | 2D | 4A | 0 | 18 | 63 | 3F |
| Octal | 376 | 214 | 101 | 0 | 55 | 112 | 0 | 30 | 143 | 77 |
| Binary | 11111110 | 10001100 | 1000001 | 0 | 101101 | 1001010 | 0 | 11000 | 1100011 | 111111 |
Color Harmonies of #FE8C41
Complementary color
Monochromatic Colors of #FE8C41
Black with #FE8C41
Text Example
Text Example
White with #FE8C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C41; }
p { color: rgb(254,140,65); }
H1.HeaderClassName
{
color: #FE8C41;
}
.AnyTagClassName
{
color: #FE8C41;
}
</style>
background-color css
<style>
a { background-color: #FE8C41; }
a { background-color: rgb(254,140,65); }
div.DivClassName
{
background-color: #FE8C41;
}
.BgClassName
{
background-color: #FE8C41;
}
</style>
border-color css
<style>
span { border-color: #FE8C41; }
span { border-color: rgb(254,140,65); }
td.TdClassName
{
border-color: #FE8C41;
}
.TagClassName
{
border-color: #FE8C41;
}
</style>