Shades of Sunglow #FCCE3F
Tints of Sunglow #FCCE3F
RGB
CMYK
RGB Variations
Color information
#FCCE3F (or 0xFCCE3F) is known color: Sunglow. HEX triplet: FC, CE and 3F. RGB value is (252,206,63). Sum of RGB (Red+Green+Blue) = 252+206+63=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCE3F is #0331C0. Grayscale: #CCCCCC. Windows color (decimal): -209345 or 4181756. OLE color: 4181756.
HSL color Cylindrical-coordinate representation of color #FCCE3F: hue angle of 45.4º 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 #FCCE3F is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 63 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.01 |
| HSL | 45.4º | 0.97% | 0.62% | - |
| HSV(B) | 45.4º | 0.75% | 0.99% | - |
| XYZ | 63.11 | 65.2 | 13.96 | - |
| YUV | 203.45 | 48.74 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 63 | 0 | 0.18 | 0.75 | 0.01 | 45.4 | 0.97 | 0.62 |
| Hex | FC | CE | 3F | 0 | 12 | 4B | 1 | 2D | 61 | 3E |
| Octal | 374 | 316 | 77 | 0 | 22 | 113 | 1 | 55 | 141 | 76 |
| Binary | 11111100 | 11001110 | 111111 | 0 | 10010 | 1001011 | 1 | 101101 | 1100001 | 111110 |
Color Harmonies of #FCCE3F
Complementary color
Monochromatic Colors of #FCCE3F
Black with #FCCE3F
Text Example
Text Example
White with #FCCE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE3F; }
p { color: rgb(252,206,63); }
H1.HeaderClassName
{
color: #FCCE3F;
}
.AnyTagClassName
{
color: #FCCE3F;
}
</style>
background-color css
<style>
a { background-color: #FCCE3F; }
a { background-color: rgb(252,206,63); }
div.DivClassName
{
background-color: #FCCE3F;
}
.BgClassName
{
background-color: #FCCE3F;
}
</style>
border-color css
<style>
span { border-color: #FCCE3F; }
span { border-color: rgb(252,206,63); }
td.TdClassName
{
border-color: #FCCE3F;
}
.TagClassName
{
border-color: #FCCE3F;
}
</style>