Shades of Sunglow #FCD63E
Tints of Sunglow #FCD63E
RGB
CMYK
RGB Variations
Color information
#FCD63E (or 0xFCD63E) is known color: Sunglow. HEX triplet: FC, D6 and 3E. RGB value is (252,214,62). Sum of RGB (Red+Green+Blue) = 252+214+62=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 62 (24.61% from 255 or 11.74% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD63E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD63E is #0329C1. Grayscale: #D0D0D0. Windows color (decimal): -207298 or 4118268. OLE color: 4118268.
HSL color Cylindrical-coordinate representation of color #FCD63E: hue angle of 48º degrees, saturation: 0.97, 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 #FCD63E is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 62 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.01 |
| HSL | 48º | 0.97% | 0.62% | - |
| HSV(B) | 48º | 0.75% | 0.99% | - |
| XYZ | 65.06 | 69.14 | 14.47 | - |
| YUV | 208.03 | 45.59 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 62 | 0 | 0.15 | 0.75 | 0.01 | 48 | 0.97 | 0.62 |
| Hex | FC | D6 | 3E | 0 | F | 4B | 1 | 30 | 61 | 3E |
| Octal | 374 | 326 | 76 | 0 | 17 | 113 | 1 | 60 | 141 | 76 |
| Binary | 11111100 | 11010110 | 111110 | 0 | 1111 | 1001011 | 1 | 110000 | 1100001 | 111110 |
Color Harmonies of #FCD63E
Complementary color
Monochromatic Colors of #FCD63E
Black with #FCD63E
Text Example
Text Example
White with #FCD63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD63E; }
p { color: rgb(252,214,62); }
H1.HeaderClassName
{
color: #FCD63E;
}
.AnyTagClassName
{
color: #FCD63E;
}
</style>
background-color css
<style>
a { background-color: #FCD63E; }
a { background-color: rgb(252,214,62); }
div.DivClassName
{
background-color: #FCD63E;
}
.BgClassName
{
background-color: #FCD63E;
}
</style>
border-color css
<style>
span { border-color: #FCD63E; }
span { border-color: rgb(252,214,62); }
td.TdClassName
{
border-color: #FCD63E;
}
.TagClassName
{
border-color: #FCD63E;
}
</style>