Shades of Sunglow #FCCE3C
Tints of Sunglow #FCCE3C
RGB
CMYK
RGB Variations
Color information
#FCCE3C (or 0xFCCE3C) is known color: Sunglow. HEX triplet: FC, CE and 3C. RGB value is (252,206,60). Sum of RGB (Red+Green+Blue) = 252+206+60=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCE3C is #0331C3. Grayscale: #CBCBCB. Windows color (decimal): -209348 or 3985148. OLE color: 3985148.
HSL color Cylindrical-coordinate representation of color #FCCE3C: hue angle of 45.62º 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 #FCCE3C is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 60 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.01 |
| HSL | 45.63º | 0.97% | 0.61% | - |
| HSV(B) | 45.63º | 0.76% | 0.99% | - |
| XYZ | 63.03 | 65.16 | 13.53 | - |
| YUV | 203.11 | 47.24 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 60 | 0 | 0.18 | 0.76 | 0.01 | 45.63 | 0.97 | 0.61 |
| Hex | FC | CE | 3C | 0 | 12 | 4C | 1 | 2E | 61 | 3D |
| Octal | 374 | 316 | 74 | 0 | 22 | 114 | 1 | 56 | 141 | 75 |
| Binary | 11111100 | 11001110 | 111100 | 0 | 10010 | 1001100 | 1 | 101110 | 1100001 | 111101 |
Color Harmonies of #FCCE3C
Complementary color
Monochromatic Colors of #FCCE3C
Black with #FCCE3C
Text Example
Text Example
White with #FCCE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE3C; }
p { color: rgb(252,206,60); }
H1.HeaderClassName
{
color: #FCCE3C;
}
.AnyTagClassName
{
color: #FCCE3C;
}
</style>
background-color css
<style>
a { background-color: #FCCE3C; }
a { background-color: rgb(252,206,60); }
div.DivClassName
{
background-color: #FCCE3C;
}
.BgClassName
{
background-color: #FCCE3C;
}
</style>
border-color css
<style>
span { border-color: #FCCE3C; }
span { border-color: rgb(252,206,60); }
td.TdClassName
{
border-color: #FCCE3C;
}
.TagClassName
{
border-color: #FCCE3C;
}
</style>