Shades of Sunglow #FCD632
Tints of Sunglow #FCD632
RGB
CMYK
RGB Variations
Color information
#FCD632 (or 0xFCD632) is known color: Sunglow. HEX triplet: FC, D6 and 32. RGB value is (252,214,50). Sum of RGB (Red+Green+Blue) = 252+214+50=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 50 (19.92% from 255 or 9.69% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD632 is #0329CD. Grayscale: #CFCFCF. Windows color (decimal): -207310 or 3331836. OLE color: 3331836.
HSL color Cylindrical-coordinate representation of color #FCD632: hue angle of 48.71º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCD632 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 50 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.01 |
| HSL | 48.71º | 0.97% | 0.59% | - |
| HSV(B) | 48.71º | 0.8% | 0.99% | - |
| XYZ | 64.77 | 69.02 | 12.93 | - |
| YUV | 206.67 | 39.59 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 50 | 0 | 0.15 | 0.80 | 0.01 | 48.71 | 0.97 | 0.59 |
| Hex | FC | D6 | 32 | 0 | F | 50 | 1 | 31 | 61 | 3B |
| Octal | 374 | 326 | 62 | 0 | 17 | 120 | 1 | 61 | 141 | 73 |
| Binary | 11111100 | 11010110 | 110010 | 0 | 1111 | 1010000 | 1 | 110001 | 1100001 | 111011 |
Color Harmonies of #FCD632
Complementary color
Monochromatic Colors of #FCD632
Black with #FCD632
Text Example
Text Example
White with #FCD632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD632; }
p { color: rgb(252,214,50); }
H1.HeaderClassName
{
color: #FCD632;
}
.AnyTagClassName
{
color: #FCD632;
}
</style>
background-color css
<style>
a { background-color: #FCD632; }
a { background-color: rgb(252,214,50); }
div.DivClassName
{
background-color: #FCD632;
}
.BgClassName
{
background-color: #FCD632;
}
</style>
border-color css
<style>
span { border-color: #FCD632; }
span { border-color: rgb(252,214,50); }
td.TdClassName
{
border-color: #FCD632;
}
.TagClassName
{
border-color: #FCD632;
}
</style>