Shades of Sunglow #FCD43C
Tints of Sunglow #FCD43C
RGB
CMYK
RGB Variations
Color information
#FCD43C (or 0xFCD43C) is known color: Sunglow. HEX triplet: FC, D4 and 3C. RGB value is (252,212,60). Sum of RGB (Red+Green+Blue) = 252+212+60=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 60 (23.83% from 255 or 11.45% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD43C is #032BC3. Grayscale: #CFCFCF. Windows color (decimal): -207812 or 3986684. OLE color: 3986684.
HSL color Cylindrical-coordinate representation of color #FCD43C: hue angle of 47.5º 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 #FCD43C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 60 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.01 |
| HSL | 47.5º | 0.97% | 0.61% | - |
| HSV(B) | 47.5º | 0.76% | 0.99% | - |
| XYZ | 64.5 | 68.11 | 14.02 | - |
| YUV | 206.63 | 45.25 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 60 | 0 | 0.16 | 0.76 | 0.01 | 47.5 | 0.97 | 0.61 |
| Hex | FC | D4 | 3C | 0 | 10 | 4C | 1 | 30 | 61 | 3D |
| Octal | 374 | 324 | 74 | 0 | 20 | 114 | 1 | 60 | 141 | 75 |
| Binary | 11111100 | 11010100 | 111100 | 0 | 10000 | 1001100 | 1 | 110000 | 1100001 | 111101 |
Color Harmonies of #FCD43C
Complementary color
Monochromatic Colors of #FCD43C
Black with #FCD43C
Text Example
Text Example
White with #FCD43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD43C; }
p { color: rgb(252,212,60); }
H1.HeaderClassName
{
color: #FCD43C;
}
.AnyTagClassName
{
color: #FCD43C;
}
</style>
background-color css
<style>
a { background-color: #FCD43C; }
a { background-color: rgb(252,212,60); }
div.DivClassName
{
background-color: #FCD43C;
}
.BgClassName
{
background-color: #FCD43C;
}
</style>
border-color css
<style>
span { border-color: #FCD43C; }
span { border-color: rgb(252,212,60); }
td.TdClassName
{
border-color: #FCD43C;
}
.TagClassName
{
border-color: #FCD43C;
}
</style>