Shades of Sunglow #FCD733
Tints of Sunglow #FCD733
RGB
CMYK
RGB Variations
Color information
#FCD733 (or 0xFCD733) is known color: Sunglow. HEX triplet: FC, D7 and 33. RGB value is (252,215,51). Sum of RGB (Red+Green+Blue) = 252+215+51=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 51 (20.31% from 255 or 9.85% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD733 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD733 is #0328CC. Grayscale: #D0D0D0. Windows color (decimal): -207053 or 3397628. OLE color: 3397628.
HSL color Cylindrical-coordinate representation of color #FCD733: hue angle of 48.96º 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 #FCD733 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 51 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.01 |
| HSL | 48.96º | 0.97% | 0.59% | - |
| HSV(B) | 48.96º | 0.8% | 0.99% | - |
| XYZ | 65.04 | 69.54 | 13.13 | - |
| YUV | 207.37 | 39.76 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 51 | 0 | 0.15 | 0.80 | 0.01 | 48.96 | 0.97 | 0.59 |
| Hex | FC | D7 | 33 | 0 | F | 50 | 1 | 31 | 61 | 3B |
| Octal | 374 | 327 | 63 | 0 | 17 | 120 | 1 | 61 | 141 | 73 |
| Binary | 11111100 | 11010111 | 110011 | 0 | 1111 | 1010000 | 1 | 110001 | 1100001 | 111011 |
Color Harmonies of #FCD733
Complementary color
Monochromatic Colors of #FCD733
Black with #FCD733
Text Example
Text Example
White with #FCD733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD733; }
p { color: rgb(252,215,51); }
H1.HeaderClassName
{
color: #FCD733;
}
.AnyTagClassName
{
color: #FCD733;
}
</style>
background-color css
<style>
a { background-color: #FCD733; }
a { background-color: rgb(252,215,51); }
div.DivClassName
{
background-color: #FCD733;
}
.BgClassName
{
background-color: #FCD733;
}
</style>
border-color css
<style>
span { border-color: #FCD733; }
span { border-color: rgb(252,215,51); }
td.TdClassName
{
border-color: #FCD733;
}
.TagClassName
{
border-color: #FCD733;
}
</style>