Shades of Sunglow #FCD342
Tints of Sunglow #FCD342
RGB
CMYK
RGB Variations
Color information
#FCD342 (or 0xFCD342) is known color: Sunglow. HEX triplet: FC, D3 and 42. RGB value is (252,211,66). Sum of RGB (Red+Green+Blue) = 252+211+66=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 66 (26.17% from 255 or 12.48% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD342 is #032CBD. Grayscale: #CFCFCF. Windows color (decimal): -208062 or 4379644. OLE color: 4379644.
HSL color Cylindrical-coordinate representation of color #FCD342: hue angle of 46.77º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCD342 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 66 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.01 |
| HSL | 46.77º | 0.97% | 0.62% | - |
| HSV(B) | 46.77º | 0.74% | 0.99% | - |
| XYZ | 64.42 | 67.68 | 14.82 | - |
| YUV | 206.73 | 48.58 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 66 | 0 | 0.16 | 0.74 | 0.01 | 46.77 | 0.97 | 0.62 |
| Hex | FC | D3 | 42 | 0 | 10 | 4A | 1 | 2F | 61 | 3E |
| Octal | 374 | 323 | 102 | 0 | 20 | 112 | 1 | 57 | 141 | 76 |
| Binary | 11111100 | 11010011 | 1000010 | 0 | 10000 | 1001010 | 1 | 101111 | 1100001 | 111110 |
Color Harmonies of #FCD342
Complementary color
Monochromatic Colors of #FCD342
Black with #FCD342
Text Example
Text Example
White with #FCD342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD342; }
p { color: rgb(252,211,66); }
H1.HeaderClassName
{
color: #FCD342;
}
.AnyTagClassName
{
color: #FCD342;
}
</style>
background-color css
<style>
a { background-color: #FCD342; }
a { background-color: rgb(252,211,66); }
div.DivClassName
{
background-color: #FCD342;
}
.BgClassName
{
background-color: #FCD342;
}
</style>
border-color css
<style>
span { border-color: #FCD342; }
span { border-color: rgb(252,211,66); }
td.TdClassName
{
border-color: #FCD342;
}
.TagClassName
{
border-color: #FCD342;
}
</style>