Shades of Sunshade #FEA345
Tints of Sunshade #FEA345
RGB
CMYK
RGB Variations
Color information
#FEA345 (or 0xFEA345) is known color: Sunshade. HEX triplet: FE, A3 and 45. RGB value is (254,163,69). Sum of RGB (Red+Green+Blue) = 254+163+69=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA345 is #015CBA. Grayscale: #B3B3B3. Windows color (decimal): -89275 or 4563966. OLE color: 4563966.
HSL color Cylindrical-coordinate representation of color #FEA345: hue angle of 30.49º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEA345 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 69 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.00 |
| HSL | 30.49º | 0.99% | 0.63% | - |
| HSV(B) | 30.49º | 0.73% | 1% | - |
| XYZ | 55.04 | 47.69 | 11.94 | - |
| YUV | 179.49 | 65.65 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 69 | 0 | 0.36 | 0.73 | 0.00 | 30.49 | 0.99 | 0.63 |
| Hex | FE | A3 | 45 | 0 | 24 | 49 | 0 | 1E | 63 | 3F |
| Octal | 376 | 243 | 105 | 0 | 44 | 111 | 0 | 36 | 143 | 77 |
| Binary | 11111110 | 10100011 | 1000101 | 0 | 100100 | 1001001 | 0 | 11110 | 1100011 | 111111 |
Color Harmonies of #FEA345
Complementary color
Monochromatic Colors of #FEA345
Black with #FEA345
Text Example
Text Example
White with #FEA345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA345; }
p { color: rgb(254,163,69); }
H1.HeaderClassName
{
color: #FEA345;
}
.AnyTagClassName
{
color: #FEA345;
}
</style>
background-color css
<style>
a { background-color: #FEA345; }
a { background-color: rgb(254,163,69); }
div.DivClassName
{
background-color: #FEA345;
}
.BgClassName
{
background-color: #FEA345;
}
</style>
border-color css
<style>
span { border-color: #FEA345; }
span { border-color: rgb(254,163,69); }
td.TdClassName
{
border-color: #FEA345;
}
.TagClassName
{
border-color: #FEA345;
}
</style>