Shades of Sunglow #FCD534
Tints of Sunglow #FCD534
RGB
CMYK
RGB Variations
Color information
#FCD534 (or 0xFCD534) is known color: Sunglow. HEX triplet: FC, D5 and 34. RGB value is (252,213,52). Sum of RGB (Red+Green+Blue) = 252+213+52=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 52 (20.70% from 255 or 10.06% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD534 is #032ACB. Grayscale: #CECECE. Windows color (decimal): -207564 or 3462652. OLE color: 3462652.
HSL color Cylindrical-coordinate representation of color #FCD534: hue angle of 48.3º 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 #FCD534 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 52 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.01 |
| HSL | 48.3º | 0.97% | 0.6% | - |
| HSV(B) | 48.3º | 0.79% | 0.99% | - |
| XYZ | 64.56 | 68.53 | 13.07 | - |
| YUV | 206.31 | 40.92 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 52 | 0 | 0.15 | 0.79 | 0.01 | 48.3 | 0.97 | 0.6 |
| Hex | FC | D5 | 34 | 0 | F | 4F | 1 | 30 | 61 | 3C |
| Octal | 374 | 325 | 64 | 0 | 17 | 117 | 1 | 60 | 141 | 74 |
| Binary | 11111100 | 11010101 | 110100 | 0 | 1111 | 1001111 | 1 | 110000 | 1100001 | 111100 |
Color Harmonies of #FCD534
Complementary color
Monochromatic Colors of #FCD534
Black with #FCD534
Text Example
Text Example
White with #FCD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD534; }
p { color: rgb(252,213,52); }
H1.HeaderClassName
{
color: #FCD534;
}
.AnyTagClassName
{
color: #FCD534;
}
</style>
background-color css
<style>
a { background-color: #FCD534; }
a { background-color: rgb(252,213,52); }
div.DivClassName
{
background-color: #FCD534;
}
.BgClassName
{
background-color: #FCD534;
}
</style>
border-color css
<style>
span { border-color: #FCD534; }
span { border-color: rgb(252,213,52); }
td.TdClassName
{
border-color: #FCD534;
}
.TagClassName
{
border-color: #FCD534;
}
</style>