Shades of Sunglow #FCD538
Tints of Sunglow #FCD538
RGB
CMYK
RGB Variations
Color information
#FCD538 (or 0xFCD538) is known color: Sunglow. HEX triplet: FC, D5 and 38. RGB value is (252,213,56). Sum of RGB (Red+Green+Blue) = 252+213+56=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 56 (22.27% from 255 or 10.75% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD538 is #032AC7. Grayscale: #CFCFCF. Windows color (decimal): -207560 or 3724796. OLE color: 3724796.
HSL color Cylindrical-coordinate representation of color #FCD538: hue angle of 48.06º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FCD538 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 56 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.01 |
| HSL | 48.06º | 0.97% | 0.6% | - |
| HSV(B) | 48.06º | 0.78% | 0.99% | - |
| XYZ | 64.65 | 68.57 | 13.57 | - |
| YUV | 206.76 | 42.92 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 56 | 0 | 0.15 | 0.78 | 0.01 | 48.06 | 0.97 | 0.6 |
| Hex | FC | D5 | 38 | 0 | F | 4E | 1 | 30 | 61 | 3C |
| Octal | 374 | 325 | 70 | 0 | 17 | 116 | 1 | 60 | 141 | 74 |
| Binary | 11111100 | 11010101 | 111000 | 0 | 1111 | 1001110 | 1 | 110000 | 1100001 | 111100 |
Color Harmonies of #FCD538
Complementary color
Monochromatic Colors of #FCD538
Black with #FCD538
Text Example
Text Example
White with #FCD538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD538; }
p { color: rgb(252,213,56); }
H1.HeaderClassName
{
color: #FCD538;
}
.AnyTagClassName
{
color: #FCD538;
}
</style>
background-color css
<style>
a { background-color: #FCD538; }
a { background-color: rgb(252,213,56); }
div.DivClassName
{
background-color: #FCD538;
}
.BgClassName
{
background-color: #FCD538;
}
</style>
border-color css
<style>
span { border-color: #FCD538; }
span { border-color: rgb(252,213,56); }
td.TdClassName
{
border-color: #FCD538;
}
.TagClassName
{
border-color: #FCD538;
}
</style>