Shades of Sunglow #FEC83C
Tints of Sunglow #FEC83C
RGB
CMYK
RGB Variations
Color information
#FEC83C (or 0xFEC83C) is known color: Sunglow. HEX triplet: FE, C8 and 3C. RGB value is (254,200,60). Sum of RGB (Red+Green+Blue) = 254+200+60=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 60 (23.83% from 255 or 11.67% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC83C is #0137C3. Grayscale: #C8C8C8. Windows color (decimal): -79812 or 3983614. OLE color: 3983614.
HSL color Cylindrical-coordinate representation of color #FEC83C: hue angle of 43.3º 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 #FEC83C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 60 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.00 |
| HSL | 43.3º | 0.99% | 0.62% | - |
| HSV(B) | 43.3º | 0.76% | 1% | - |
| XYZ | 62.34 | 62.71 | 13.09 | - |
| YUV | 200.19 | 48.89 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 60 | 0 | 0.21 | 0.76 | 0.00 | 43.3 | 0.99 | 0.62 |
| Hex | FE | C8 | 3C | 0 | 15 | 4C | 0 | 2B | 63 | 3E |
| Octal | 376 | 310 | 74 | 0 | 25 | 114 | 0 | 53 | 143 | 76 |
| Binary | 11111110 | 11001000 | 111100 | 0 | 10101 | 1001100 | 0 | 101011 | 1100011 | 111110 |
Color Harmonies of #FEC83C
Complementary color
Monochromatic Colors of #FEC83C
Black with #FEC83C
Text Example
Text Example
White with #FEC83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC83C; }
p { color: rgb(254,200,60); }
H1.HeaderClassName
{
color: #FEC83C;
}
.AnyTagClassName
{
color: #FEC83C;
}
</style>
background-color css
<style>
a { background-color: #FEC83C; }
a { background-color: rgb(254,200,60); }
div.DivClassName
{
background-color: #FEC83C;
}
.BgClassName
{
background-color: #FEC83C;
}
</style>
border-color css
<style>
span { border-color: #FEC83C; }
span { border-color: rgb(254,200,60); }
td.TdClassName
{
border-color: #FEC83C;
}
.TagClassName
{
border-color: #FEC83C;
}
</style>