Shades of Sunglow #FCD63D
Tints of Sunglow #FCD63D
RGB
CMYK
RGB Variations
Color information
#FCD63D (or 0xFCD63D) is known color: Sunglow. HEX triplet: FC, D6 and 3D. RGB value is (252,214,61). Sum of RGB (Red+Green+Blue) = 252+214+61=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 61 (24.22% from 255 or 11.57% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD63D is #0329C2. Grayscale: #D0D0D0. Windows color (decimal): -207299 or 4052732. OLE color: 4052732.
HSL color Cylindrical-coordinate representation of color #FCD63D: hue angle of 48.06º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCD63D is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 61 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.01 |
| HSL | 48.06º | 0.97% | 0.61% | - |
| HSV(B) | 48.06º | 0.76% | 0.99% | - |
| XYZ | 65.03 | 69.13 | 14.33 | - |
| YUV | 207.92 | 45.09 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 61 | 0 | 0.15 | 0.76 | 0.01 | 48.06 | 0.97 | 0.61 |
| Hex | FC | D6 | 3D | 0 | F | 4C | 1 | 30 | 61 | 3D |
| Octal | 374 | 326 | 75 | 0 | 17 | 114 | 1 | 60 | 141 | 75 |
| Binary | 11111100 | 11010110 | 111101 | 0 | 1111 | 1001100 | 1 | 110000 | 1100001 | 111101 |
Color Harmonies of #FCD63D
Complementary color
Monochromatic Colors of #FCD63D
Black with #FCD63D
Text Example
Text Example
White with #FCD63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD63D; }
p { color: rgb(252,214,61); }
H1.HeaderClassName
{
color: #FCD63D;
}
.AnyTagClassName
{
color: #FCD63D;
}
</style>
background-color css
<style>
a { background-color: #FCD63D; }
a { background-color: rgb(252,214,61); }
div.DivClassName
{
background-color: #FCD63D;
}
.BgClassName
{
background-color: #FCD63D;
}
</style>
border-color css
<style>
span { border-color: #FCD63D; }
span { border-color: rgb(252,214,61); }
td.TdClassName
{
border-color: #FCD63D;
}
.TagClassName
{
border-color: #FCD63D;
}
</style>