Shades of Sunglow #FCCD36
Tints of Sunglow #FCCD36
RGB
CMYK
RGB Variations
Color information
#FCCD36 (or 0xFCCD36) is known color: Sunglow. HEX triplet: FC, CD and 36. RGB value is (252,205,54). Sum of RGB (Red+Green+Blue) = 252+205+54=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 54 (21.48% from 255 or 10.57% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD36 is #0332C9. Grayscale: #CACACA. Windows color (decimal): -209610 or 3591676. OLE color: 3591676.
HSL color Cylindrical-coordinate representation of color #FCCD36: hue angle of 45.76º 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 #FCCD36 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 54 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.01 |
| HSL | 45.76º | 0.97% | 0.6% | - |
| HSV(B) | 45.76º | 0.79% | 0.99% | - |
| XYZ | 62.64 | 64.62 | 12.66 | - |
| YUV | 201.84 | 44.57 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 54 | 0 | 0.19 | 0.79 | 0.01 | 45.76 | 0.97 | 0.6 |
| Hex | FC | CD | 36 | 0 | 13 | 4F | 1 | 2E | 61 | 3C |
| Octal | 374 | 315 | 66 | 0 | 23 | 117 | 1 | 56 | 141 | 74 |
| Binary | 11111100 | 11001101 | 110110 | 0 | 10011 | 1001111 | 1 | 101110 | 1100001 | 111100 |
Color Harmonies of #FCCD36
Complementary color
Monochromatic Colors of #FCCD36
Black with #FCCD36
Text Example
Text Example
White with #FCCD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD36; }
p { color: rgb(252,205,54); }
H1.HeaderClassName
{
color: #FCCD36;
}
.AnyTagClassName
{
color: #FCCD36;
}
</style>
background-color css
<style>
a { background-color: #FCCD36; }
a { background-color: rgb(252,205,54); }
div.DivClassName
{
background-color: #FCCD36;
}
.BgClassName
{
background-color: #FCCD36;
}
</style>
border-color css
<style>
span { border-color: #FCCD36; }
span { border-color: rgb(252,205,54); }
td.TdClassName
{
border-color: #FCCD36;
}
.TagClassName
{
border-color: #FCCD36;
}
</style>