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