Shades of Sunglow #FCC63F
Tints of Sunglow #FCC63F
RGB
CMYK
RGB Variations
Color information
#FCC63F (or 0xFCC63F) is known color: Sunglow. HEX triplet: FC, C6 and 3F. RGB value is (252,198,63). Sum of RGB (Red+Green+Blue) = 252+198+63=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC63F is #0339C0. Grayscale: #C7C7C7. Windows color (decimal): -211393 or 4179708. OLE color: 4179708.
HSL color Cylindrical-coordinate representation of color #FCC63F: hue angle of 42.86º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCC63F is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 63 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.01 |
| HSL | 42.86º | 0.97% | 0.62% | - |
| HSV(B) | 42.86º | 0.75% | 0.99% | - |
| XYZ | 61.24 | 61.44 | 13.33 | - |
| YUV | 198.76 | 51.39 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 63 | 0 | 0.21 | 0.75 | 0.01 | 42.86 | 0.97 | 0.62 |
| Hex | FC | C6 | 3F | 0 | 15 | 4B | 1 | 2B | 61 | 3E |
| Octal | 374 | 306 | 77 | 0 | 25 | 113 | 1 | 53 | 141 | 76 |
| Binary | 11111100 | 11000110 | 111111 | 0 | 10101 | 1001011 | 1 | 101011 | 1100001 | 111110 |
Color Harmonies of #FCC63F
Complementary color
Monochromatic Colors of #FCC63F
Black with #FCC63F
Text Example
Text Example
White with #FCC63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC63F; }
p { color: rgb(252,198,63); }
H1.HeaderClassName
{
color: #FCC63F;
}
.AnyTagClassName
{
color: #FCC63F;
}
</style>
background-color css
<style>
a { background-color: #FCC63F; }
a { background-color: rgb(252,198,63); }
div.DivClassName
{
background-color: #FCC63F;
}
.BgClassName
{
background-color: #FCC63F;
}
</style>
border-color css
<style>
span { border-color: #FCC63F; }
span { border-color: rgb(252,198,63); }
td.TdClassName
{
border-color: #FCC63F;
}
.TagClassName
{
border-color: #FCC63F;
}
</style>