Shades of Sunglow #FCD33C
Tints of Sunglow #FCD33C
RGB
CMYK
RGB Variations
Color information
#FCD33C (or 0xFCD33C) is known color: Sunglow. HEX triplet: FC, D3 and 3C. RGB value is (252,211,60). Sum of RGB (Red+Green+Blue) = 252+211+60=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 60 (23.83% from 255 or 11.47% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD33C is #032CC3. Grayscale: #CECECE. Windows color (decimal): -208068 or 3986428. OLE color: 3986428.
HSL color Cylindrical-coordinate representation of color #FCD33C: hue angle of 47.19º 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 #FCD33C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 60 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.01 |
| HSL | 47.19º | 0.97% | 0.61% | - |
| HSV(B) | 47.19º | 0.76% | 0.99% | - |
| XYZ | 64.25 | 67.61 | 13.94 | - |
| YUV | 206.05 | 45.58 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 60 | 0 | 0.16 | 0.76 | 0.01 | 47.19 | 0.97 | 0.61 |
| Hex | FC | D3 | 3C | 0 | 10 | 4C | 1 | 2F | 61 | 3D |
| Octal | 374 | 323 | 74 | 0 | 20 | 114 | 1 | 57 | 141 | 75 |
| Binary | 11111100 | 11010011 | 111100 | 0 | 10000 | 1001100 | 1 | 101111 | 1100001 | 111101 |
Color Harmonies of #FCD33C
Complementary color
Monochromatic Colors of #FCD33C
Black with #FCD33C
Text Example
Text Example
White with #FCD33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD33C; }
p { color: rgb(252,211,60); }
H1.HeaderClassName
{
color: #FCD33C;
}
.AnyTagClassName
{
color: #FCD33C;
}
</style>
background-color css
<style>
a { background-color: #FCD33C; }
a { background-color: rgb(252,211,60); }
div.DivClassName
{
background-color: #FCD33C;
}
.BgClassName
{
background-color: #FCD33C;
}
</style>
border-color css
<style>
span { border-color: #FCD33C; }
span { border-color: rgb(252,211,60); }
td.TdClassName
{
border-color: #FCD33C;
}
.TagClassName
{
border-color: #FCD33C;
}
</style>