Shades of Sunglow #FED62C
Tints of Sunglow #FED62C
RGB
CMYK
RGB Variations
Color information
#FED62C (or 0xFED62C) is known color: Sunglow. HEX triplet: FE, D6 and 2C. RGB value is (254,214,44). Sum of RGB (Red+Green+Blue) = 254+214+44=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 44 (17.58% from 255 or 8.59% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FED62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED62C is #0129D3. Grayscale: #CFCFCF. Windows color (decimal): -76244 or 2938622. OLE color: 2938622.
HSL color Cylindrical-coordinate representation of color #FED62C: hue angle of 48.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FED62C is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 44 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.00 |
| HSL | 48.57º | 0.99% | 0.58% | - |
| HSV(B) | 48.57º | 0.83% | 1% | - |
| XYZ | 65.37 | 69.35 | 12.32 | - |
| YUV | 206.58 | 36.25 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 44 | 0 | 0.16 | 0.83 | 0.00 | 48.57 | 0.99 | 0.58 |
| Hex | FE | D6 | 2C | 0 | 10 | 53 | 0 | 31 | 63 | 3A |
| Octal | 376 | 326 | 54 | 0 | 20 | 123 | 0 | 61 | 143 | 72 |
| Binary | 11111110 | 11010110 | 101100 | 0 | 10000 | 1010011 | 0 | 110001 | 1100011 | 111010 |
Color Harmonies of #FED62C
Complementary color
Monochromatic Colors of #FED62C
Black with #FED62C
Text Example
Text Example
White with #FED62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED62C; }
p { color: rgb(254,214,44); }
H1.HeaderClassName
{
color: #FED62C;
}
.AnyTagClassName
{
color: #FED62C;
}
</style>
background-color css
<style>
a { background-color: #FED62C; }
a { background-color: rgb(254,214,44); }
div.DivClassName
{
background-color: #FED62C;
}
.BgClassName
{
background-color: #FED62C;
}
</style>
border-color css
<style>
span { border-color: #FED62C; }
span { border-color: rgb(254,214,44); }
td.TdClassName
{
border-color: #FED62C;
}
.TagClassName
{
border-color: #FED62C;
}
</style>