Shades of Sunglow #FCD638
Tints of Sunglow #FCD638
RGB
CMYK
RGB Variations
Color information
#FCD638 (or 0xFCD638) is known color: Sunglow. HEX triplet: FC, D6 and 38. RGB value is (252,214,56). Sum of RGB (Red+Green+Blue) = 252+214+56=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 56 (22.27% from 255 or 10.73% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD638 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD638 is #0329C7. Grayscale: #D0D0D0. Windows color (decimal): -207304 or 3725052. OLE color: 3725052.
HSL color Cylindrical-coordinate representation of color #FCD638: hue angle of 48.37º 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 #FCD638 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 56 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.01 |
| HSL | 48.37º | 0.97% | 0.6% | - |
| HSV(B) | 48.37º | 0.78% | 0.99% | - |
| XYZ | 64.91 | 69.07 | 13.65 | - |
| YUV | 207.35 | 42.59 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 56 | 0 | 0.15 | 0.78 | 0.01 | 48.37 | 0.97 | 0.6 |
| Hex | FC | D6 | 38 | 0 | F | 4E | 1 | 30 | 61 | 3C |
| Octal | 374 | 326 | 70 | 0 | 17 | 116 | 1 | 60 | 141 | 74 |
| Binary | 11111100 | 11010110 | 111000 | 0 | 1111 | 1001110 | 1 | 110000 | 1100001 | 111100 |
Color Harmonies of #FCD638
Complementary color
Monochromatic Colors of #FCD638
Black with #FCD638
Text Example
Text Example
White with #FCD638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD638; }
p { color: rgb(252,214,56); }
H1.HeaderClassName
{
color: #FCD638;
}
.AnyTagClassName
{
color: #FCD638;
}
</style>
background-color css
<style>
a { background-color: #FCD638; }
a { background-color: rgb(252,214,56); }
div.DivClassName
{
background-color: #FCD638;
}
.BgClassName
{
background-color: #FCD638;
}
</style>
border-color css
<style>
span { border-color: #FCD638; }
span { border-color: rgb(252,214,56); }
td.TdClassName
{
border-color: #FCD638;
}
.TagClassName
{
border-color: #FCD638;
}
</style>