Shades of Sunglow #FCD03D
Tints of Sunglow #FCD03D
RGB
CMYK
RGB Variations
Color information
#FCD03D (or 0xFCD03D) is known color: Sunglow. HEX triplet: FC, D0 and 3D. RGB value is (252,208,61). Sum of RGB (Red+Green+Blue) = 252+208+61=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD03D is #032FC2. Grayscale: #CDCDCD. Windows color (decimal): -208835 or 4051196. OLE color: 4051196.
HSL color Cylindrical-coordinate representation of color #FCD03D: hue angle of 46.18º 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 #FCD03D is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 61 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.01 |
| HSL | 46.18º | 0.97% | 0.61% | - |
| HSV(B) | 46.18º | 0.76% | 0.99% | - |
| XYZ | 63.54 | 66.14 | 13.83 | - |
| YUV | 204.4 | 47.08 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 61 | 0 | 0.17 | 0.76 | 0.01 | 46.18 | 0.97 | 0.61 |
| Hex | FC | D0 | 3D | 0 | 11 | 4C | 1 | 2E | 61 | 3D |
| Octal | 374 | 320 | 75 | 0 | 21 | 114 | 1 | 56 | 141 | 75 |
| Binary | 11111100 | 11010000 | 111101 | 0 | 10001 | 1001100 | 1 | 101110 | 1100001 | 111101 |
Color Harmonies of #FCD03D
Complementary color
Monochromatic Colors of #FCD03D
Black with #FCD03D
Text Example
Text Example
White with #FCD03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD03D; }
p { color: rgb(252,208,61); }
H1.HeaderClassName
{
color: #FCD03D;
}
.AnyTagClassName
{
color: #FCD03D;
}
</style>
background-color css
<style>
a { background-color: #FCD03D; }
a { background-color: rgb(252,208,61); }
div.DivClassName
{
background-color: #FCD03D;
}
.BgClassName
{
background-color: #FCD03D;
}
</style>
border-color css
<style>
span { border-color: #FCD03D; }
span { border-color: rgb(252,208,61); }
td.TdClassName
{
border-color: #FCD03D;
}
.TagClassName
{
border-color: #FCD03D;
}
</style>