Shades of Sunglow #FDC63E
Tints of Sunglow #FDC63E
RGB
CMYK
RGB Variations
Color information
#FDC63E (or 0xFDC63E) is known color: Sunglow. HEX triplet: FD, C6 and 3E. RGB value is (253,198,62). Sum of RGB (Red+Green+Blue) = 253+198+62=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 62 (24.61% from 255 or 12.09% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC63E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC63E is #0239C1. Grayscale: #C7C7C7. Windows color (decimal): -145858 or 4114173. OLE color: 4114173.
HSL color Cylindrical-coordinate representation of color #FDC63E: hue angle of 42.72º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDC63E is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 62 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.01 |
| HSL | 42.72º | 0.98% | 0.62% | - |
| HSV(B) | 42.72º | 0.75% | 0.99% | - |
| XYZ | 61.57 | 61.62 | 13.21 | - |
| YUV | 198.94 | 50.72 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 62 | 0 | 0.22 | 0.75 | 0.01 | 42.72 | 0.98 | 0.62 |
| Hex | FD | C6 | 3E | 0 | 16 | 4B | 1 | 2B | 62 | 3E |
| Octal | 375 | 306 | 76 | 0 | 26 | 113 | 1 | 53 | 142 | 76 |
| Binary | 11111101 | 11000110 | 111110 | 0 | 10110 | 1001011 | 1 | 101011 | 1100010 | 111110 |
Color Harmonies of #FDC63E
Complementary color
Monochromatic Colors of #FDC63E
Black with #FDC63E
Text Example
Text Example
White with #FDC63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC63E; }
p { color: rgb(253,198,62); }
H1.HeaderClassName
{
color: #FDC63E;
}
.AnyTagClassName
{
color: #FDC63E;
}
</style>
background-color css
<style>
a { background-color: #FDC63E; }
a { background-color: rgb(253,198,62); }
div.DivClassName
{
background-color: #FDC63E;
}
.BgClassName
{
background-color: #FDC63E;
}
</style>
border-color css
<style>
span { border-color: #FDC63E; }
span { border-color: rgb(253,198,62); }
td.TdClassName
{
border-color: #FDC63E;
}
.TagClassName
{
border-color: #FDC63E;
}
</style>