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