Shades of Sunglow #FCD338
Tints of Sunglow #FCD338
RGB
CMYK
RGB Variations
Color information
#FCD338 (or 0xFCD338) is known color: Sunglow. HEX triplet: FC, D3 and 38. RGB value is (252,211,56). Sum of RGB (Red+Green+Blue) = 252+211+56=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 56 (22.27% from 255 or 10.79% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD338 is #032CC7. Grayscale: #CECECE. Windows color (decimal): -208072 or 3724284. OLE color: 3724284.
HSL color Cylindrical-coordinate representation of color #FCD338: hue angle of 47.45º 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 #FCD338 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 56 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.01 |
| HSL | 47.45º | 0.97% | 0.6% | - |
| HSV(B) | 47.45º | 0.78% | 0.99% | - |
| XYZ | 64.15 | 67.57 | 13.4 | - |
| YUV | 205.59 | 43.58 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 56 | 0 | 0.16 | 0.78 | 0.01 | 47.45 | 0.97 | 0.6 |
| Hex | FC | D3 | 38 | 0 | 10 | 4E | 1 | 2F | 61 | 3C |
| Octal | 374 | 323 | 70 | 0 | 20 | 116 | 1 | 57 | 141 | 74 |
| Binary | 11111100 | 11010011 | 111000 | 0 | 10000 | 1001110 | 1 | 101111 | 1100001 | 111100 |
Color Harmonies of #FCD338
Complementary color
Monochromatic Colors of #FCD338
Black with #FCD338
Text Example
Text Example
White with #FCD338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD338; }
p { color: rgb(252,211,56); }
H1.HeaderClassName
{
color: #FCD338;
}
.AnyTagClassName
{
color: #FCD338;
}
</style>
background-color css
<style>
a { background-color: #FCD338; }
a { background-color: rgb(252,211,56); }
div.DivClassName
{
background-color: #FCD338;
}
.BgClassName
{
background-color: #FCD338;
}
</style>
border-color css
<style>
span { border-color: #FCD338; }
span { border-color: rgb(252,211,56); }
td.TdClassName
{
border-color: #FCD338;
}
.TagClassName
{
border-color: #FCD338;
}
</style>