Shades of Sunglow #FCD62D
Tints of Sunglow #FCD62D
RGB
CMYK
RGB Variations
Color information
#FCD62D (or 0xFCD62D) is known color: Sunglow. HEX triplet: FC, D6 and 2D. RGB value is (252,214,45). Sum of RGB (Red+Green+Blue) = 252+214+45=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD62D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD62D is #0329D2. Grayscale: #CECECE. Windows color (decimal): -207315 or 3004156. OLE color: 3004156.
HSL color Cylindrical-coordinate representation of color #FCD62D: hue angle of 48.99º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCD62D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 45 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.01 |
| HSL | 48.99º | 0.97% | 0.58% | - |
| HSV(B) | 48.99º | 0.82% | 0.99% | - |
| XYZ | 64.67 | 68.98 | 12.39 | - |
| YUV | 206.1 | 37.09 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 45 | 0 | 0.15 | 0.82 | 0.01 | 48.99 | 0.97 | 0.58 |
| Hex | FC | D6 | 2D | 0 | F | 52 | 1 | 31 | 61 | 3A |
| Octal | 374 | 326 | 55 | 0 | 17 | 122 | 1 | 61 | 141 | 72 |
| Binary | 11111100 | 11010110 | 101101 | 0 | 1111 | 1010010 | 1 | 110001 | 1100001 | 111010 |
Color Harmonies of #FCD62D
Complementary color
Monochromatic Colors of #FCD62D
Black with #FCD62D
Text Example
Text Example
White with #FCD62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD62D; }
p { color: rgb(252,214,45); }
H1.HeaderClassName
{
color: #FCD62D;
}
.AnyTagClassName
{
color: #FCD62D;
}
</style>
background-color css
<style>
a { background-color: #FCD62D; }
a { background-color: rgb(252,214,45); }
div.DivClassName
{
background-color: #FCD62D;
}
.BgClassName
{
background-color: #FCD62D;
}
</style>
border-color css
<style>
span { border-color: #FCD62D; }
span { border-color: rgb(252,214,45); }
td.TdClassName
{
border-color: #FCD62D;
}
.TagClassName
{
border-color: #FCD62D;
}
</style>