Shades of Sunglow #FEC63F
Tints of Sunglow #FEC63F
RGB
CMYK
RGB Variations
Color information
#FEC63F (or 0xFEC63F) is known color: Sunglow. HEX triplet: FE, C6 and 3F. RGB value is (254,198,63). Sum of RGB (Red+Green+Blue) = 254+198+63=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 63 (25% from 255 or 12.23% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC63F is #0139C0. Grayscale: #C7C7C7. Windows color (decimal): -80321 or 4179710. OLE color: 4179710.
HSL color Cylindrical-coordinate representation of color #FEC63F: hue angle of 42.41º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEC63F is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 63 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.00 |
| HSL | 42.41º | 0.99% | 0.62% | - |
| HSV(B) | 42.41º | 0.75% | 1% | - |
| XYZ | 61.96 | 61.82 | 13.37 | - |
| YUV | 199.35 | 51.05 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 63 | 0 | 0.22 | 0.75 | 0.00 | 42.41 | 0.99 | 0.62 |
| Hex | FE | C6 | 3F | 0 | 16 | 4B | 0 | 2A | 63 | 3E |
| Octal | 376 | 306 | 77 | 0 | 26 | 113 | 0 | 52 | 143 | 76 |
| Binary | 11111110 | 11000110 | 111111 | 0 | 10110 | 1001011 | 0 | 101010 | 1100011 | 111110 |
Color Harmonies of #FEC63F
Complementary color
Monochromatic Colors of #FEC63F
Black with #FEC63F
Text Example
Text Example
White with #FEC63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC63F; }
p { color: rgb(254,198,63); }
H1.HeaderClassName
{
color: #FEC63F;
}
.AnyTagClassName
{
color: #FEC63F;
}
</style>
background-color css
<style>
a { background-color: #FEC63F; }
a { background-color: rgb(254,198,63); }
div.DivClassName
{
background-color: #FEC63F;
}
.BgClassName
{
background-color: #FEC63F;
}
</style>
border-color css
<style>
span { border-color: #FEC63F; }
span { border-color: rgb(254,198,63); }
td.TdClassName
{
border-color: #FEC63F;
}
.TagClassName
{
border-color: #FEC63F;
}
</style>