Shades of Sunglow #FCCC34
Tints of Sunglow #FCCC34
RGB
CMYK
RGB Variations
Color information
#FCCC34 (or 0xFCCC34) is known color: Sunglow. HEX triplet: FC, CC and 34. RGB value is (252,204,52). Sum of RGB (Red+Green+Blue) = 252+204+52=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 52 (20.70% from 255 or 10.24% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC34 is #0333CB. Grayscale: #C9C9C9. Windows color (decimal): -209868 or 3460348. OLE color: 3460348.
HSL color Cylindrical-coordinate representation of color #FCCC34: hue angle of 45.6º 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 #FCCC34 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 52 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.01 |
| HSL | 45.6º | 0.97% | 0.6% | - |
| HSV(B) | 45.6º | 0.79% | 0.99% | - |
| XYZ | 62.36 | 64.13 | 12.34 | - |
| YUV | 201.02 | 43.9 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 52 | 0 | 0.19 | 0.79 | 0.01 | 45.6 | 0.97 | 0.6 |
| Hex | FC | CC | 34 | 0 | 13 | 4F | 1 | 2E | 61 | 3C |
| Octal | 374 | 314 | 64 | 0 | 23 | 117 | 1 | 56 | 141 | 74 |
| Binary | 11111100 | 11001100 | 110100 | 0 | 10011 | 1001111 | 1 | 101110 | 1100001 | 111100 |
Color Harmonies of #FCCC34
Complementary color
Monochromatic Colors of #FCCC34
Black with #FCCC34
Text Example
Text Example
White with #FCCC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC34; }
p { color: rgb(252,204,52); }
H1.HeaderClassName
{
color: #FCCC34;
}
.AnyTagClassName
{
color: #FCCC34;
}
</style>
background-color css
<style>
a { background-color: #FCCC34; }
a { background-color: rgb(252,204,52); }
div.DivClassName
{
background-color: #FCCC34;
}
.BgClassName
{
background-color: #FCCC34;
}
</style>
border-color css
<style>
span { border-color: #FCCC34; }
span { border-color: rgb(252,204,52); }
td.TdClassName
{
border-color: #FCCC34;
}
.TagClassName
{
border-color: #FCCC34;
}
</style>