Shades of Sunglow #FCCC32
Tints of Sunglow #FCCC32
RGB
CMYK
RGB Variations
Color information
#FCCC32 (or 0xFCCC32) is known color: Sunglow. HEX triplet: FC, CC and 32. RGB value is (252,204,50). Sum of RGB (Red+Green+Blue) = 252+204+50=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 50 (19.92% from 255 or 9.88% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC32 is #0333CD. Grayscale: #C9C9C9. Windows color (decimal): -209870 or 3329276. OLE color: 3329276.
HSL color Cylindrical-coordinate representation of color #FCCC32: hue angle of 45.74º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCCC32 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 50 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.01 |
| HSL | 45.74º | 0.97% | 0.59% | - |
| HSV(B) | 45.74º | 0.8% | 0.99% | - |
| XYZ | 62.31 | 64.11 | 12.11 | - |
| YUV | 200.8 | 42.9 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 50 | 0 | 0.19 | 0.80 | 0.01 | 45.74 | 0.97 | 0.59 |
| Hex | FC | CC | 32 | 0 | 13 | 50 | 1 | 2E | 61 | 3B |
| Octal | 374 | 314 | 62 | 0 | 23 | 120 | 1 | 56 | 141 | 73 |
| Binary | 11111100 | 11001100 | 110010 | 0 | 10011 | 1010000 | 1 | 101110 | 1100001 | 111011 |
Color Harmonies of #FCCC32
Complementary color
Monochromatic Colors of #FCCC32
Black with #FCCC32
Text Example
Text Example
White with #FCCC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC32; }
p { color: rgb(252,204,50); }
H1.HeaderClassName
{
color: #FCCC32;
}
.AnyTagClassName
{
color: #FCCC32;
}
</style>
background-color css
<style>
a { background-color: #FCCC32; }
a { background-color: rgb(252,204,50); }
div.DivClassName
{
background-color: #FCCC32;
}
.BgClassName
{
background-color: #FCCC32;
}
</style>
border-color css
<style>
span { border-color: #FCCC32; }
span { border-color: rgb(252,204,50); }
td.TdClassName
{
border-color: #FCCC32;
}
.TagClassName
{
border-color: #FCCC32;
}
</style>