Shades of Sunglow #FEC43A
Tints of Sunglow #FEC43A
RGB
CMYK
RGB Variations
Color information
#FEC43A (or 0xFEC43A) is known color: Sunglow. HEX triplet: FE, C4 and 3A. RGB value is (254,196,58). Sum of RGB (Red+Green+Blue) = 254+196+58=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 58 (23.05% from 255 or 11.42% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC43A is #013BC5. Grayscale: #C6C6C6. Windows color (decimal): -80838 or 3851518. OLE color: 3851518.
HSL color Cylindrical-coordinate representation of color #FEC43A: hue angle of 42.24º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEC43A is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 58 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.00 |
| HSL | 42.24º | 0.99% | 0.61% | - |
| HSV(B) | 42.24º | 0.77% | 1% | - |
| XYZ | 61.38 | 60.86 | 12.51 | - |
| YUV | 197.61 | 49.22 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 58 | 0 | 0.23 | 0.77 | 0.00 | 42.24 | 0.99 | 0.61 |
| Hex | FE | C4 | 3A | 0 | 17 | 4D | 0 | 2A | 63 | 3D |
| Octal | 376 | 304 | 72 | 0 | 27 | 115 | 0 | 52 | 143 | 75 |
| Binary | 11111110 | 11000100 | 111010 | 0 | 10111 | 1001101 | 0 | 101010 | 1100011 | 111101 |
Color Harmonies of #FEC43A
Complementary color
Monochromatic Colors of #FEC43A
Black with #FEC43A
Text Example
Text Example
White with #FEC43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC43A; }
p { color: rgb(254,196,58); }
H1.HeaderClassName
{
color: #FEC43A;
}
.AnyTagClassName
{
color: #FEC43A;
}
</style>
background-color css
<style>
a { background-color: #FEC43A; }
a { background-color: rgb(254,196,58); }
div.DivClassName
{
background-color: #FEC43A;
}
.BgClassName
{
background-color: #FEC43A;
}
</style>
border-color css
<style>
span { border-color: #FEC43A; }
span { border-color: rgb(254,196,58); }
td.TdClassName
{
border-color: #FEC43A;
}
.TagClassName
{
border-color: #FEC43A;
}
</style>