Shades of Sunglow #FCD140
Tints of Sunglow #FCD140
RGB
CMYK
RGB Variations
Color information
#FCD140 (or 0xFCD140) is known color: Sunglow. HEX triplet: FC, D1 and 40. RGB value is (252,209,64). Sum of RGB (Red+Green+Blue) = 252+209+64=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 64 (25.39% from 255 or 12.19% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD140 is #032EBF. Grayscale: #CDCDCD. Windows color (decimal): -208576 or 4248060. OLE color: 4248060.
HSL color Cylindrical-coordinate representation of color #FCD140: hue angle of 46.28º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCD140 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 64 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.01 |
| HSL | 46.28º | 0.97% | 0.62% | - |
| HSV(B) | 46.28º | 0.75% | 0.99% | - |
| XYZ | 63.87 | 66.67 | 14.35 | - |
| YUV | 205.33 | 48.25 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 64 | 0 | 0.17 | 0.75 | 0.01 | 46.28 | 0.97 | 0.62 |
| Hex | FC | D1 | 40 | 0 | 11 | 4B | 1 | 2E | 61 | 3E |
| Octal | 374 | 321 | 100 | 0 | 21 | 113 | 1 | 56 | 141 | 76 |
| Binary | 11111100 | 11010001 | 1000000 | 0 | 10001 | 1001011 | 1 | 101110 | 1100001 | 111110 |
Color Harmonies of #FCD140
Complementary color
Monochromatic Colors of #FCD140
Black with #FCD140
Text Example
Text Example
White with #FCD140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD140; }
p { color: rgb(252,209,64); }
H1.HeaderClassName
{
color: #FCD140;
}
.AnyTagClassName
{
color: #FCD140;
}
</style>
background-color css
<style>
a { background-color: #FCD140; }
a { background-color: rgb(252,209,64); }
div.DivClassName
{
background-color: #FCD140;
}
.BgClassName
{
background-color: #FCD140;
}
</style>
border-color css
<style>
span { border-color: #FCD140; }
span { border-color: rgb(252,209,64); }
td.TdClassName
{
border-color: #FCD140;
}
.TagClassName
{
border-color: #FCD140;
}
</style>