Shades of Sunglow #FCCC40
Tints of Sunglow #FCCC40
RGB
CMYK
RGB Variations
Color information
#FCCC40 (or 0xFCCC40) is known color: Sunglow. HEX triplet: FC, CC and 40. RGB value is (252,204,64). Sum of RGB (Red+Green+Blue) = 252+204+64=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC40 is #0333BF. Grayscale: #CACACA. Windows color (decimal): -209856 or 4246780. OLE color: 4246780.
HSL color Cylindrical-coordinate representation of color #FCCC40: hue angle of 44.68º 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 #FCCC40 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 64 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.01 |
| HSL | 44.68º | 0.97% | 0.62% | - |
| HSV(B) | 44.68º | 0.75% | 0.99% | - |
| XYZ | 62.66 | 64.25 | 13.95 | - |
| YUV | 202.39 | 49.9 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 64 | 0 | 0.19 | 0.75 | 0.01 | 44.68 | 0.97 | 0.62 |
| Hex | FC | CC | 40 | 0 | 13 | 4B | 1 | 2D | 61 | 3E |
| Octal | 374 | 314 | 100 | 0 | 23 | 113 | 1 | 55 | 141 | 76 |
| Binary | 11111100 | 11001100 | 1000000 | 0 | 10011 | 1001011 | 1 | 101101 | 1100001 | 111110 |
Color Harmonies of #FCCC40
Complementary color
Monochromatic Colors of #FCCC40
Black with #FCCC40
Text Example
Text Example
White with #FCCC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC40; }
p { color: rgb(252,204,64); }
H1.HeaderClassName
{
color: #FCCC40;
}
.AnyTagClassName
{
color: #FCCC40;
}
</style>
background-color css
<style>
a { background-color: #FCCC40; }
a { background-color: rgb(252,204,64); }
div.DivClassName
{
background-color: #FCCC40;
}
.BgClassName
{
background-color: #FCCC40;
}
</style>
border-color css
<style>
span { border-color: #FCCC40; }
span { border-color: rgb(252,204,64); }
td.TdClassName
{
border-color: #FCCC40;
}
.TagClassName
{
border-color: #FCCC40;
}
</style>