Shades of Sunglow #FCD235
Tints of Sunglow #FCD235
RGB
CMYK
RGB Variations
Color information
#FCD235 (or 0xFCD235) is known color: Sunglow. HEX triplet: FC, D2 and 35. RGB value is (252,210,53). Sum of RGB (Red+Green+Blue) = 252+210+53=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 53 (21.09% from 255 or 10.29% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD235 is #032DCA. Grayscale: #CDCDCD. Windows color (decimal): -208331 or 3527420. OLE color: 3527420.
HSL color Cylindrical-coordinate representation of color #FCD235: hue angle of 47.34º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCD235 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 53 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.01 |
| HSL | 47.34º | 0.97% | 0.6% | - |
| HSV(B) | 47.34º | 0.79% | 0.99% | - |
| XYZ | 63.83 | 67.05 | 12.94 | - |
| YUV | 204.66 | 42.41 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 53 | 0 | 0.17 | 0.79 | 0.01 | 47.34 | 0.97 | 0.6 |
| Hex | FC | D2 | 35 | 0 | 11 | 4F | 1 | 2F | 61 | 3C |
| Octal | 374 | 322 | 65 | 0 | 21 | 117 | 1 | 57 | 141 | 74 |
| Binary | 11111100 | 11010010 | 110101 | 0 | 10001 | 1001111 | 1 | 101111 | 1100001 | 111100 |
Color Harmonies of #FCD235
Complementary color
Monochromatic Colors of #FCD235
Black with #FCD235
Text Example
Text Example
White with #FCD235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD235; }
p { color: rgb(252,210,53); }
H1.HeaderClassName
{
color: #FCD235;
}
.AnyTagClassName
{
color: #FCD235;
}
</style>
background-color css
<style>
a { background-color: #FCD235; }
a { background-color: rgb(252,210,53); }
div.DivClassName
{
background-color: #FCD235;
}
.BgClassName
{
background-color: #FCD235;
}
</style>
border-color css
<style>
span { border-color: #FCD235; }
span { border-color: rgb(252,210,53); }
td.TdClassName
{
border-color: #FCD235;
}
.TagClassName
{
border-color: #FCD235;
}
</style>