Shades of Sunglow #FCCC3A
Tints of Sunglow #FCCC3A
RGB
CMYK
RGB Variations
Color information
#FCCC3A (or 0xFCCC3A) is known color: Sunglow. HEX triplet: FC, CC and 3A. RGB value is (252,204,58). Sum of RGB (Red+Green+Blue) = 252+204+58=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC3A is #0333C5. Grayscale: #CACACA. Windows color (decimal): -209862 or 3853564. OLE color: 3853564.
HSL color Cylindrical-coordinate representation of color #FCCC3A: hue angle of 45.15º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCCC3A is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 58 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.01 |
| HSL | 45.15º | 0.97% | 0.61% | - |
| HSV(B) | 45.15º | 0.77% | 0.99% | - |
| XYZ | 62.5 | 64.19 | 13.1 | - |
| YUV | 201.71 | 46.9 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 58 | 0 | 0.19 | 0.77 | 0.01 | 45.15 | 0.97 | 0.61 |
| Hex | FC | CC | 3A | 0 | 13 | 4D | 1 | 2D | 61 | 3D |
| Octal | 374 | 314 | 72 | 0 | 23 | 115 | 1 | 55 | 141 | 75 |
| Binary | 11111100 | 11001100 | 111010 | 0 | 10011 | 1001101 | 1 | 101101 | 1100001 | 111101 |
Color Harmonies of #FCCC3A
Complementary color
Monochromatic Colors of #FCCC3A
Black with #FCCC3A
Text Example
Text Example
White with #FCCC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC3A; }
p { color: rgb(252,204,58); }
H1.HeaderClassName
{
color: #FCCC3A;
}
.AnyTagClassName
{
color: #FCCC3A;
}
</style>
background-color css
<style>
a { background-color: #FCCC3A; }
a { background-color: rgb(252,204,58); }
div.DivClassName
{
background-color: #FCCC3A;
}
.BgClassName
{
background-color: #FCCC3A;
}
</style>
border-color css
<style>
span { border-color: #FCCC3A; }
span { border-color: rgb(252,204,58); }
td.TdClassName
{
border-color: #FCCC3A;
}
.TagClassName
{
border-color: #FCCC3A;
}
</style>