Shades of Sunglow #FEC83A
Tints of Sunglow #FEC83A
RGB
CMYK
RGB Variations
Color information
#FEC83A (or 0xFEC83A) is known color: Sunglow. HEX triplet: FE, C8 and 3A. RGB value is (254,200,58). Sum of RGB (Red+Green+Blue) = 254+200+58=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 58 (23.05% from 255 or 11.33% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC83A is #0137C5. Grayscale: #C8C8C8. Windows color (decimal): -79814 or 3852542. OLE color: 3852542.
HSL color Cylindrical-coordinate representation of color #FEC83A: hue angle of 43.47º 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 #FEC83A is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 58 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.00 |
| HSL | 43.47º | 0.99% | 0.61% | - |
| HSV(B) | 43.47º | 0.77% | 1% | - |
| XYZ | 62.29 | 62.68 | 12.82 | - |
| YUV | 199.96 | 47.89 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 58 | 0 | 0.21 | 0.77 | 0.00 | 43.47 | 0.99 | 0.61 |
| Hex | FE | C8 | 3A | 0 | 15 | 4D | 0 | 2B | 63 | 3D |
| Octal | 376 | 310 | 72 | 0 | 25 | 115 | 0 | 53 | 143 | 75 |
| Binary | 11111110 | 11001000 | 111010 | 0 | 10101 | 1001101 | 0 | 101011 | 1100011 | 111101 |
Color Harmonies of #FEC83A
Complementary color
Monochromatic Colors of #FEC83A
Black with #FEC83A
Text Example
Text Example
White with #FEC83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC83A; }
p { color: rgb(254,200,58); }
H1.HeaderClassName
{
color: #FEC83A;
}
.AnyTagClassName
{
color: #FEC83A;
}
</style>
background-color css
<style>
a { background-color: #FEC83A; }
a { background-color: rgb(254,200,58); }
div.DivClassName
{
background-color: #FEC83A;
}
.BgClassName
{
background-color: #FEC83A;
}
</style>
border-color css
<style>
span { border-color: #FEC83A; }
span { border-color: rgb(254,200,58); }
td.TdClassName
{
border-color: #FEC83A;
}
.TagClassName
{
border-color: #FEC83A;
}
</style>