Shades of Sunglow #FCD53E
Tints of Sunglow #FCD53E
RGB
CMYK
RGB Variations
Color information
#FCD53E (or 0xFCD53E) is known color: Sunglow. HEX triplet: FC, D5 and 3E. RGB value is (252,213,62). Sum of RGB (Red+Green+Blue) = 252+213+62=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 62 (24.61% from 255 or 11.76% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD53E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD53E is #032AC1. Grayscale: #D0D0D0. Windows color (decimal): -207554 or 4118012. OLE color: 4118012.
HSL color Cylindrical-coordinate representation of color #FCD53E: hue angle of 47.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCD53E is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 62 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.01 |
| HSL | 47.68º | 0.97% | 0.62% | - |
| HSV(B) | 47.68º | 0.75% | 0.99% | - |
| XYZ | 64.81 | 68.63 | 14.39 | - |
| YUV | 207.45 | 45.92 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 62 | 0 | 0.15 | 0.75 | 0.01 | 47.68 | 0.97 | 0.62 |
| Hex | FC | D5 | 3E | 0 | F | 4B | 1 | 30 | 61 | 3E |
| Octal | 374 | 325 | 76 | 0 | 17 | 113 | 1 | 60 | 141 | 76 |
| Binary | 11111100 | 11010101 | 111110 | 0 | 1111 | 1001011 | 1 | 110000 | 1100001 | 111110 |
Color Harmonies of #FCD53E
Complementary color
Monochromatic Colors of #FCD53E
Black with #FCD53E
Text Example
Text Example
White with #FCD53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD53E; }
p { color: rgb(252,213,62); }
H1.HeaderClassName
{
color: #FCD53E;
}
.AnyTagClassName
{
color: #FCD53E;
}
</style>
background-color css
<style>
a { background-color: #FCD53E; }
a { background-color: rgb(252,213,62); }
div.DivClassName
{
background-color: #FCD53E;
}
.BgClassName
{
background-color: #FCD53E;
}
</style>
border-color css
<style>
span { border-color: #FCD53E; }
span { border-color: rgb(252,213,62); }
td.TdClassName
{
border-color: #FCD53E;
}
.TagClassName
{
border-color: #FCD53E;
}
</style>