Shades of Sunglow #FCD533
Tints of Sunglow #FCD533
RGB
CMYK
RGB Variations
Color information
#FCD533 (or 0xFCD533) is known color: Sunglow. HEX triplet: FC, D5 and 33. RGB value is (252,213,51). Sum of RGB (Red+Green+Blue) = 252+213+51=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 51 (20.31% from 255 or 9.88% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD533 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD533 is #032ACC. Grayscale: #CECECE. Windows color (decimal): -207565 or 3397116. OLE color: 3397116.
HSL color Cylindrical-coordinate representation of color #FCD533: hue angle of 48.36º 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 #FCD533 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 51 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.01 |
| HSL | 48.36º | 0.97% | 0.59% | - |
| HSV(B) | 48.36º | 0.8% | 0.99% | - |
| XYZ | 64.54 | 68.52 | 12.96 | - |
| YUV | 206.19 | 40.42 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 51 | 0 | 0.15 | 0.80 | 0.01 | 48.36 | 0.97 | 0.59 |
| Hex | FC | D5 | 33 | 0 | F | 50 | 1 | 30 | 61 | 3B |
| Octal | 374 | 325 | 63 | 0 | 17 | 120 | 1 | 60 | 141 | 73 |
| Binary | 11111100 | 11010101 | 110011 | 0 | 1111 | 1010000 | 1 | 110000 | 1100001 | 111011 |
Color Harmonies of #FCD533
Complementary color
Monochromatic Colors of #FCD533
Black with #FCD533
Text Example
Text Example
White with #FCD533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD533; }
p { color: rgb(252,213,51); }
H1.HeaderClassName
{
color: #FCD533;
}
.AnyTagClassName
{
color: #FCD533;
}
</style>
background-color css
<style>
a { background-color: #FCD533; }
a { background-color: rgb(252,213,51); }
div.DivClassName
{
background-color: #FCD533;
}
.BgClassName
{
background-color: #FCD533;
}
</style>
border-color css
<style>
span { border-color: #FCD533; }
span { border-color: rgb(252,213,51); }
td.TdClassName
{
border-color: #FCD533;
}
.TagClassName
{
border-color: #FCD533;
}
</style>