Shades of Sunglow #FCD33A
Tints of Sunglow #FCD33A
RGB
CMYK
RGB Variations
Color information
#FCD33A (or 0xFCD33A) is known color: Sunglow. HEX triplet: FC, D3 and 3A. RGB value is (252,211,58). Sum of RGB (Red+Green+Blue) = 252+211+58=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 58 (23.05% from 255 or 11.13% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD33A is #032CC5. Grayscale: #CECECE. Windows color (decimal): -208070 or 3855356. OLE color: 3855356.
HSL color Cylindrical-coordinate representation of color #FCD33A: hue angle of 47.32º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCD33A is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 58 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.01 |
| HSL | 47.32º | 0.97% | 0.61% | - |
| HSV(B) | 47.32º | 0.77% | 0.99% | - |
| XYZ | 64.2 | 67.59 | 13.67 | - |
| YUV | 205.82 | 44.58 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 58 | 0 | 0.16 | 0.77 | 0.01 | 47.32 | 0.97 | 0.61 |
| Hex | FC | D3 | 3A | 0 | 10 | 4D | 1 | 2F | 61 | 3D |
| Octal | 374 | 323 | 72 | 0 | 20 | 115 | 1 | 57 | 141 | 75 |
| Binary | 11111100 | 11010011 | 111010 | 0 | 10000 | 1001101 | 1 | 101111 | 1100001 | 111101 |
Color Harmonies of #FCD33A
Complementary color
Monochromatic Colors of #FCD33A
Black with #FCD33A
Text Example
Text Example
White with #FCD33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD33A; }
p { color: rgb(252,211,58); }
H1.HeaderClassName
{
color: #FCD33A;
}
.AnyTagClassName
{
color: #FCD33A;
}
</style>
background-color css
<style>
a { background-color: #FCD33A; }
a { background-color: rgb(252,211,58); }
div.DivClassName
{
background-color: #FCD33A;
}
.BgClassName
{
background-color: #FCD33A;
}
</style>
border-color css
<style>
span { border-color: #FCD33A; }
span { border-color: rgb(252,211,58); }
td.TdClassName
{
border-color: #FCD33A;
}
.TagClassName
{
border-color: #FCD33A;
}
</style>