Shades of Sunglow #FCD53D
Tints of Sunglow #FCD53D
RGB
CMYK
RGB Variations
Color information
#FCD53D (or 0xFCD53D) is known color: Sunglow. HEX triplet: FC, D5 and 3D. RGB value is (252,213,61). Sum of RGB (Red+Green+Blue) = 252+213+61=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 61 (24.22% from 255 or 11.60% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD53D is #032AC2. Grayscale: #CFCFCF. Windows color (decimal): -207555 or 4052476. OLE color: 4052476.
HSL color Cylindrical-coordinate representation of color #FCD53D: hue angle of 47.75º 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 #FCD53D is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 61 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.01 |
| HSL | 47.75º | 0.97% | 0.61% | - |
| HSV(B) | 47.75º | 0.76% | 0.99% | - |
| XYZ | 64.78 | 68.62 | 14.25 | - |
| YUV | 207.33 | 45.42 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 61 | 0 | 0.15 | 0.76 | 0.01 | 47.75 | 0.97 | 0.61 |
| Hex | FC | D5 | 3D | 0 | F | 4C | 1 | 30 | 61 | 3D |
| Octal | 374 | 325 | 75 | 0 | 17 | 114 | 1 | 60 | 141 | 75 |
| Binary | 11111100 | 11010101 | 111101 | 0 | 1111 | 1001100 | 1 | 110000 | 1100001 | 111101 |
Color Harmonies of #FCD53D
Complementary color
Monochromatic Colors of #FCD53D
Black with #FCD53D
Text Example
Text Example
White with #FCD53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD53D; }
p { color: rgb(252,213,61); }
H1.HeaderClassName
{
color: #FCD53D;
}
.AnyTagClassName
{
color: #FCD53D;
}
</style>
background-color css
<style>
a { background-color: #FCD53D; }
a { background-color: rgb(252,213,61); }
div.DivClassName
{
background-color: #FCD53D;
}
.BgClassName
{
background-color: #FCD53D;
}
</style>
border-color css
<style>
span { border-color: #FCD53D; }
span { border-color: rgb(252,213,61); }
td.TdClassName
{
border-color: #FCD53D;
}
.TagClassName
{
border-color: #FCD53D;
}
</style>