Shades of Sun #FE8A41
Tints of Sun #FE8A41
RGB
CMYK
RGB Variations
Color information
#FE8A41 (or 0xFE8A41) is known color: Sun. HEX triplet: FE, 8A and 41. RGB value is (254,138,65). Sum of RGB (Red+Green+Blue) = 254+138+65=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8A41 is #0175BE. Grayscale: #A4A4A4. Windows color (decimal): -95679 or 4295422. OLE color: 4295422.
HSL color Cylindrical-coordinate representation of color #FE8A41: hue angle of 23.17º 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 #FE8A41 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 65 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.00 |
| HSL | 23.17º | 0.99% | 0.63% | - |
| HSV(B) | 23.17º | 0.74% | 1% | - |
| XYZ | 50.92 | 39.63 | 9.97 | - |
| YUV | 164.36 | 71.93 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 65 | 0 | 0.46 | 0.74 | 0.00 | 23.17 | 0.99 | 0.63 |
| Hex | FE | 8A | 41 | 0 | 2E | 4A | 0 | 17 | 63 | 3F |
| Octal | 376 | 212 | 101 | 0 | 56 | 112 | 0 | 27 | 143 | 77 |
| Binary | 11111110 | 10001010 | 1000001 | 0 | 101110 | 1001010 | 0 | 10111 | 1100011 | 111111 |
Color Harmonies of #FE8A41
Complementary color
Monochromatic Colors of #FE8A41
Black with #FE8A41
Text Example
Text Example
White with #FE8A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A41; }
p { color: rgb(254,138,65); }
H1.HeaderClassName
{
color: #FE8A41;
}
.AnyTagClassName
{
color: #FE8A41;
}
</style>
background-color css
<style>
a { background-color: #FE8A41; }
a { background-color: rgb(254,138,65); }
div.DivClassName
{
background-color: #FE8A41;
}
.BgClassName
{
background-color: #FE8A41;
}
</style>
border-color css
<style>
span { border-color: #FE8A41; }
span { border-color: rgb(254,138,65); }
td.TdClassName
{
border-color: #FE8A41;
}
.TagClassName
{
border-color: #FE8A41;
}
</style>