Shades of Sunglow #FCD52D
Tints of Sunglow #FCD52D
RGB
CMYK
RGB Variations
Color information
#FCD52D (or 0xFCD52D) is known color: Sunglow. HEX triplet: FC, D5 and 2D. RGB value is (252,213,45). Sum of RGB (Red+Green+Blue) = 252+213+45=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 45 (17.97% from 255 or 8.82% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD52D is #032AD2. Grayscale: #CECECE. Windows color (decimal): -207571 or 3003900. OLE color: 3003900.
HSL color Cylindrical-coordinate representation of color #FCD52D: hue angle of 48.7º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCD52D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 45 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.01 |
| HSL | 48.7º | 0.97% | 0.58% | - |
| HSV(B) | 48.7º | 0.82% | 0.99% | - |
| XYZ | 64.41 | 68.47 | 12.3 | - |
| YUV | 205.51 | 37.42 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 45 | 0 | 0.15 | 0.82 | 0.01 | 48.7 | 0.97 | 0.58 |
| Hex | FC | D5 | 2D | 0 | F | 52 | 1 | 31 | 61 | 3A |
| Octal | 374 | 325 | 55 | 0 | 17 | 122 | 1 | 61 | 141 | 72 |
| Binary | 11111100 | 11010101 | 101101 | 0 | 1111 | 1010010 | 1 | 110001 | 1100001 | 111010 |
Color Harmonies of #FCD52D
Complementary color
Monochromatic Colors of #FCD52D
Black with #FCD52D
Text Example
Text Example
White with #FCD52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD52D; }
p { color: rgb(252,213,45); }
H1.HeaderClassName
{
color: #FCD52D;
}
.AnyTagClassName
{
color: #FCD52D;
}
</style>
background-color css
<style>
a { background-color: #FCD52D; }
a { background-color: rgb(252,213,45); }
div.DivClassName
{
background-color: #FCD52D;
}
.BgClassName
{
background-color: #FCD52D;
}
</style>
border-color css
<style>
span { border-color: #FCD52D; }
span { border-color: rgb(252,213,45); }
td.TdClassName
{
border-color: #FCD52D;
}
.TagClassName
{
border-color: #FCD52D;
}
</style>