Shades of Sunglow #FCC53D
Tints of Sunglow #FCC53D
RGB
CMYK
RGB Variations
Color information
#FCC53D (or 0xFCC53D) is known color: Sunglow. HEX triplet: FC, C5 and 3D. RGB value is (252,197,61). Sum of RGB (Red+Green+Blue) = 252+197+61=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC53D is #033AC2. Grayscale: #C6C6C6. Windows color (decimal): -211651 or 4048380. OLE color: 4048380.
HSL color Cylindrical-coordinate representation of color #FCC53D: hue angle of 42.72º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCC53D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 61 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.01 |
| HSL | 42.72º | 0.97% | 0.61% | - |
| HSV(B) | 42.72º | 0.76% | 0.99% | - |
| XYZ | 60.95 | 60.96 | 12.97 | - |
| YUV | 197.94 | 50.72 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 61 | 0 | 0.22 | 0.76 | 0.01 | 42.72 | 0.97 | 0.61 |
| Hex | FC | C5 | 3D | 0 | 16 | 4C | 1 | 2B | 61 | 3D |
| Octal | 374 | 305 | 75 | 0 | 26 | 114 | 1 | 53 | 141 | 75 |
| Binary | 11111100 | 11000101 | 111101 | 0 | 10110 | 1001100 | 1 | 101011 | 1100001 | 111101 |
Color Harmonies of #FCC53D
Complementary color
Monochromatic Colors of #FCC53D
Black with #FCC53D
Text Example
Text Example
White with #FCC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC53D; }
p { color: rgb(252,197,61); }
H1.HeaderClassName
{
color: #FCC53D;
}
.AnyTagClassName
{
color: #FCC53D;
}
</style>
background-color css
<style>
a { background-color: #FCC53D; }
a { background-color: rgb(252,197,61); }
div.DivClassName
{
background-color: #FCC53D;
}
.BgClassName
{
background-color: #FCC53D;
}
</style>
border-color css
<style>
span { border-color: #FCC53D; }
span { border-color: rgb(252,197,61); }
td.TdClassName
{
border-color: #FCC53D;
}
.TagClassName
{
border-color: #FCC53D;
}
</style>