Shades of Sunglow #FCCE3A
Tints of Sunglow #FCCE3A
RGB
CMYK
RGB Variations
Color information
#FCCE3A (or 0xFCCE3A) is known color: Sunglow. HEX triplet: FC, CE and 3A. RGB value is (252,206,58). Sum of RGB (Red+Green+Blue) = 252+206+58=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 58 (23.05% from 255 or 11.24% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCE3A is #0331C5. Grayscale: #CBCBCB. Windows color (decimal): -209350 or 3854076. OLE color: 3854076.
HSL color Cylindrical-coordinate representation of color #FCCE3A: hue angle of 45.77º 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 #FCCE3A is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 58 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.01 |
| HSL | 45.77º | 0.97% | 0.61% | - |
| HSV(B) | 45.77º | 0.77% | 0.99% | - |
| XYZ | 62.98 | 65.14 | 13.26 | - |
| YUV | 202.88 | 46.24 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 58 | 0 | 0.18 | 0.77 | 0.01 | 45.77 | 0.97 | 0.61 |
| Hex | FC | CE | 3A | 0 | 12 | 4D | 1 | 2E | 61 | 3D |
| Octal | 374 | 316 | 72 | 0 | 22 | 115 | 1 | 56 | 141 | 75 |
| Binary | 11111100 | 11001110 | 111010 | 0 | 10010 | 1001101 | 1 | 101110 | 1100001 | 111101 |
Color Harmonies of #FCCE3A
Complementary color
Monochromatic Colors of #FCCE3A
Black with #FCCE3A
Text Example
Text Example
White with #FCCE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE3A; }
p { color: rgb(252,206,58); }
H1.HeaderClassName
{
color: #FCCE3A;
}
.AnyTagClassName
{
color: #FCCE3A;
}
</style>
background-color css
<style>
a { background-color: #FCCE3A; }
a { background-color: rgb(252,206,58); }
div.DivClassName
{
background-color: #FCCE3A;
}
.BgClassName
{
background-color: #FCCE3A;
}
</style>
border-color css
<style>
span { border-color: #FCCE3A; }
span { border-color: rgb(252,206,58); }
td.TdClassName
{
border-color: #FCCE3A;
}
.TagClassName
{
border-color: #FCCE3A;
}
</style>