Shades of Sun #FE8A3C
Tints of Sun #FE8A3C
RGB
CMYK
RGB Variations
Color information
#FE8A3C (or 0xFE8A3C) is known color: Sun. HEX triplet: FE, 8A and 3C. RGB value is (254,138,60). Sum of RGB (Red+Green+Blue) = 254+138+60=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8A3C is #0175C3. Grayscale: #A4A4A4. Windows color (decimal): -95684 or 3967742. OLE color: 3967742.
HSL color Cylindrical-coordinate representation of color #FE8A3C: hue angle of 24.12º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE8A3C is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 60 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.00 |
| HSL | 24.12º | 0.99% | 0.62% | - |
| HSV(B) | 24.12º | 0.76% | 1% | - |
| XYZ | 50.78 | 39.57 | 9.24 | - |
| YUV | 163.79 | 69.43 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 60 | 0 | 0.46 | 0.76 | 0.00 | 24.12 | 0.99 | 0.62 |
| Hex | FE | 8A | 3C | 0 | 2E | 4C | 0 | 18 | 63 | 3E |
| Octal | 376 | 212 | 74 | 0 | 56 | 114 | 0 | 30 | 143 | 76 |
| Binary | 11111110 | 10001010 | 111100 | 0 | 101110 | 1001100 | 0 | 11000 | 1100011 | 111110 |
Color Harmonies of #FE8A3C
Complementary color
Monochromatic Colors of #FE8A3C
Black with #FE8A3C
Text Example
Text Example
White with #FE8A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A3C; }
p { color: rgb(254,138,60); }
H1.HeaderClassName
{
color: #FE8A3C;
}
.AnyTagClassName
{
color: #FE8A3C;
}
</style>
background-color css
<style>
a { background-color: #FE8A3C; }
a { background-color: rgb(254,138,60); }
div.DivClassName
{
background-color: #FE8A3C;
}
.BgClassName
{
background-color: #FE8A3C;
}
</style>
border-color css
<style>
span { border-color: #FE8A3C; }
span { border-color: rgb(254,138,60); }
td.TdClassName
{
border-color: #FE8A3C;
}
.TagClassName
{
border-color: #FE8A3C;
}
</style>