Shades of Sunglow #FCCE34
Tints of Sunglow #FCCE34
RGB
CMYK
RGB Variations
Color information
#FCCE34 (or 0xFCCE34) is known color: Sunglow. HEX triplet: FC, CE and 34. RGB value is (252,206,52). Sum of RGB (Red+Green+Blue) = 252+206+52=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 52 (20.70% from 255 or 10.20% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCE34 is #0331CB. Grayscale: #CACACA. Windows color (decimal): -209356 or 3460860. OLE color: 3460860.
HSL color Cylindrical-coordinate representation of color #FCCE34: hue angle of 46.2º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCCE34 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 52 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.01 |
| HSL | 46.2º | 0.97% | 0.6% | - |
| HSV(B) | 46.2º | 0.79% | 0.99% | - |
| XYZ | 62.84 | 65.09 | 12.5 | - |
| YUV | 202.2 | 43.24 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 52 | 0 | 0.18 | 0.79 | 0.01 | 46.2 | 0.97 | 0.6 |
| Hex | FC | CE | 34 | 0 | 12 | 4F | 1 | 2E | 61 | 3C |
| Octal | 374 | 316 | 64 | 0 | 22 | 117 | 1 | 56 | 141 | 74 |
| Binary | 11111100 | 11001110 | 110100 | 0 | 10010 | 1001111 | 1 | 101110 | 1100001 | 111100 |
Color Harmonies of #FCCE34
Complementary color
Monochromatic Colors of #FCCE34
Black with #FCCE34
Text Example
Text Example
White with #FCCE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE34; }
p { color: rgb(252,206,52); }
H1.HeaderClassName
{
color: #FCCE34;
}
.AnyTagClassName
{
color: #FCCE34;
}
</style>
background-color css
<style>
a { background-color: #FCCE34; }
a { background-color: rgb(252,206,52); }
div.DivClassName
{
background-color: #FCCE34;
}
.BgClassName
{
background-color: #FCCE34;
}
</style>
border-color css
<style>
span { border-color: #FCCE34; }
span { border-color: rgb(252,206,52); }
td.TdClassName
{
border-color: #FCCE34;
}
.TagClassName
{
border-color: #FCCE34;
}
</style>