Shades of Sunshade #FEA348
Tints of Sunshade #FEA348
RGB
CMYK
RGB Variations
Color information
#FEA348 (or 0xFEA348) is known color: Sunshade. HEX triplet: FE, A3 and 48. RGB value is (254,163,72). Sum of RGB (Red+Green+Blue) = 254+163+72=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA348 is #015CB7. Grayscale: #B4B4B4. Windows color (decimal): -89272 or 4760574. OLE color: 4760574.
HSL color Cylindrical-coordinate representation of color #FEA348: hue angle of 30º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEA348 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 72 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.00 |
| HSL | 30º | 0.99% | 0.64% | - |
| HSV(B) | 30º | 0.72% | 1% | - |
| XYZ | 55.14 | 47.73 | 12.44 | - |
| YUV | 179.84 | 67.15 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 72 | 0 | 0.36 | 0.72 | 0.00 | 30 | 0.99 | 0.64 |
| Hex | FE | A3 | 48 | 0 | 24 | 48 | 0 | 1E | 63 | 40 |
| Octal | 376 | 243 | 110 | 0 | 44 | 110 | 0 | 36 | 143 | 100 |
| Binary | 11111110 | 10100011 | 1001000 | 0 | 100100 | 1001000 | 0 | 11110 | 1100011 | 1000000 |
Color Harmonies of #FEA348
Complementary color
Monochromatic Colors of #FEA348
Black with #FEA348
Text Example
Text Example
White with #FEA348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA348; }
p { color: rgb(254,163,72); }
H1.HeaderClassName
{
color: #FEA348;
}
.AnyTagClassName
{
color: #FEA348;
}
</style>
background-color css
<style>
a { background-color: #FEA348; }
a { background-color: rgb(254,163,72); }
div.DivClassName
{
background-color: #FEA348;
}
.BgClassName
{
background-color: #FEA348;
}
</style>
border-color css
<style>
span { border-color: #FEA348; }
span { border-color: rgb(254,163,72); }
td.TdClassName
{
border-color: #FEA348;
}
.TagClassName
{
border-color: #FEA348;
}
</style>