Shades of Sunglow #FCD52F
Tints of Sunglow #FCD52F
RGB
CMYK
RGB Variations
Color information
#FCD52F (or 0xFCD52F) is known color: Sunglow. HEX triplet: FC, D5 and 2F. RGB value is (252,213,47). Sum of RGB (Red+Green+Blue) = 252+213+47=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 47 (18.75% from 255 or 9.18% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD52F is #032AD0. Grayscale: #CECECE. Windows color (decimal): -207569 or 3134972. OLE color: 3134972.
HSL color Cylindrical-coordinate representation of color #FCD52F: hue angle of 48.59º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCD52F is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 47 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.01 |
| HSL | 48.59º | 0.97% | 0.59% | - |
| HSV(B) | 48.59º | 0.81% | 0.99% | - |
| XYZ | 64.45 | 68.49 | 12.51 | - |
| YUV | 205.74 | 38.42 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 47 | 0 | 0.15 | 0.81 | 0.01 | 48.59 | 0.97 | 0.59 |
| Hex | FC | D5 | 2F | 0 | F | 51 | 1 | 31 | 61 | 3B |
| Octal | 374 | 325 | 57 | 0 | 17 | 121 | 1 | 61 | 141 | 73 |
| Binary | 11111100 | 11010101 | 101111 | 0 | 1111 | 1010001 | 1 | 110001 | 1100001 | 111011 |
Color Harmonies of #FCD52F
Complementary color
Monochromatic Colors of #FCD52F
Black with #FCD52F
Text Example
Text Example
White with #FCD52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD52F; }
p { color: rgb(252,213,47); }
H1.HeaderClassName
{
color: #FCD52F;
}
.AnyTagClassName
{
color: #FCD52F;
}
</style>
background-color css
<style>
a { background-color: #FCD52F; }
a { background-color: rgb(252,213,47); }
div.DivClassName
{
background-color: #FCD52F;
}
.BgClassName
{
background-color: #FCD52F;
}
</style>
border-color css
<style>
span { border-color: #FCD52F; }
span { border-color: rgb(252,213,47); }
td.TdClassName
{
border-color: #FCD52F;
}
.TagClassName
{
border-color: #FCD52F;
}
</style>