Shades of Sunglow #FCC63C
Tints of Sunglow #FCC63C
RGB
CMYK
RGB Variations
Color information
#FCC63C (or 0xFCC63C) is known color: Sunglow. HEX triplet: FC, C6 and 3C. RGB value is (252,198,60). Sum of RGB (Red+Green+Blue) = 252+198+60=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC63C is #0339C3. Grayscale: #C7C7C7. Windows color (decimal): -211396 or 3983100. OLE color: 3983100.
HSL color Cylindrical-coordinate representation of color #FCC63C: hue angle of 43.12º 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 #FCC63C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 60 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.01 |
| HSL | 43.13º | 0.97% | 0.61% | - |
| HSV(B) | 43.13º | 0.76% | 0.99% | - |
| XYZ | 61.15 | 61.41 | 12.91 | - |
| YUV | 198.41 | 49.89 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 60 | 0 | 0.21 | 0.76 | 0.01 | 43.13 | 0.97 | 0.61 |
| Hex | FC | C6 | 3C | 0 | 15 | 4C | 1 | 2B | 61 | 3D |
| Octal | 374 | 306 | 74 | 0 | 25 | 114 | 1 | 53 | 141 | 75 |
| Binary | 11111100 | 11000110 | 111100 | 0 | 10101 | 1001100 | 1 | 101011 | 1100001 | 111101 |
Color Harmonies of #FCC63C
Complementary color
Monochromatic Colors of #FCC63C
Black with #FCC63C
Text Example
Text Example
White with #FCC63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC63C; }
p { color: rgb(252,198,60); }
H1.HeaderClassName
{
color: #FCC63C;
}
.AnyTagClassName
{
color: #FCC63C;
}
</style>
background-color css
<style>
a { background-color: #FCC63C; }
a { background-color: rgb(252,198,60); }
div.DivClassName
{
background-color: #FCC63C;
}
.BgClassName
{
background-color: #FCC63C;
}
</style>
border-color css
<style>
span { border-color: #FCC63C; }
span { border-color: rgb(252,198,60); }
td.TdClassName
{
border-color: #FCC63C;
}
.TagClassName
{
border-color: #FCC63C;
}
</style>