Shades of Sunglow #FEC62D
Tints of Sunglow #FEC62D
RGB
CMYK
RGB Variations
Color information
#FEC62D (or 0xFEC62D) is known color: Sunglow. HEX triplet: FE, C6 and 2D. RGB value is (254,198,45). Sum of RGB (Red+Green+Blue) = 254+198+45=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 45 (17.97% from 255 or 9.05% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC62D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC62D is #0139D2. Grayscale: #C5C5C5. Windows color (decimal): -80339 or 3000062. OLE color: 3000062.
HSL color Cylindrical-coordinate representation of color #FEC62D: hue angle of 43.92º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEC62D is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 45 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.00 |
| HSL | 43.92º | 0.99% | 0.59% | - |
| HSV(B) | 43.92º | 0.82% | 1% | - |
| XYZ | 61.54 | 61.65 | 11.14 | - |
| YUV | 197.3 | 42.05 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 45 | 0 | 0.22 | 0.82 | 0.00 | 43.92 | 0.99 | 0.59 |
| Hex | FE | C6 | 2D | 0 | 16 | 52 | 0 | 2C | 63 | 3B |
| Octal | 376 | 306 | 55 | 0 | 26 | 122 | 0 | 54 | 143 | 73 |
| Binary | 11111110 | 11000110 | 101101 | 0 | 10110 | 1010010 | 0 | 101100 | 1100011 | 111011 |
Color Harmonies of #FEC62D
Complementary color
Monochromatic Colors of #FEC62D
Black with #FEC62D
Text Example
Text Example
White with #FEC62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC62D; }
p { color: rgb(254,198,45); }
H1.HeaderClassName
{
color: #FEC62D;
}
.AnyTagClassName
{
color: #FEC62D;
}
</style>
background-color css
<style>
a { background-color: #FEC62D; }
a { background-color: rgb(254,198,45); }
div.DivClassName
{
background-color: #FEC62D;
}
.BgClassName
{
background-color: #FEC62D;
}
</style>
border-color css
<style>
span { border-color: #FEC62D; }
span { border-color: rgb(254,198,45); }
td.TdClassName
{
border-color: #FEC62D;
}
.TagClassName
{
border-color: #FEC62D;
}
</style>