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