Shades of Sunglow #FEC628
Tints of Sunglow #FEC628
RGB
CMYK
RGB Variations
Color information
#FEC628 (or 0xFEC628) is known color: Sunglow. HEX triplet: FE, C6 and 28. RGB value is (254,198,40). Sum of RGB (Red+Green+Blue) = 254+198+40=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 40 (16.02% from 255 or 8.13% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC628 is #0139D7. Grayscale: #C5C5C5. Windows color (decimal): -80344 or 2672382. OLE color: 2672382.
HSL color Cylindrical-coordinate representation of color #FEC628: hue angle of 44.3º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEC628 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 40 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.00 |
| HSL | 44.3º | 0.99% | 0.58% | - |
| HSV(B) | 44.3º | 0.84% | 1% | - |
| XYZ | 61.45 | 61.61 | 10.66 | - |
| YUV | 196.73 | 39.55 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 40 | 0 | 0.22 | 0.84 | 0.00 | 44.3 | 0.99 | 0.58 |
| Hex | FE | C6 | 28 | 0 | 16 | 54 | 0 | 2C | 63 | 3A |
| Octal | 376 | 306 | 50 | 0 | 26 | 124 | 0 | 54 | 143 | 72 |
| Binary | 11111110 | 11000110 | 101000 | 0 | 10110 | 1010100 | 0 | 101100 | 1100011 | 111010 |
Color Harmonies of #FEC628
Complementary color
Monochromatic Colors of #FEC628
Black with #FEC628
Text Example
Text Example
White with #FEC628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC628; }
p { color: rgb(254,198,40); }
H1.HeaderClassName
{
color: #FEC628;
}
.AnyTagClassName
{
color: #FEC628;
}
</style>
background-color css
<style>
a { background-color: #FEC628; }
a { background-color: rgb(254,198,40); }
div.DivClassName
{
background-color: #FEC628;
}
.BgClassName
{
background-color: #FEC628;
}
</style>
border-color css
<style>
span { border-color: #FEC628; }
span { border-color: rgb(254,198,40); }
td.TdClassName
{
border-color: #FEC628;
}
.TagClassName
{
border-color: #FEC628;
}
</style>