Shades of Sunglow #FFCC32
Tints of Sunglow #FFCC32
RGB
CMYK
RGB Variations
Color information
#FFCC32 (or 0xFFCC32) is known color: Sunglow. HEX triplet: FF, CC and 32. RGB value is (255,204,50). Sum of RGB (Red+Green+Blue) = 255+204+50=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 50 (19.92% from 255 or 9.82% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC32 is #0033CD. Grayscale: #CACACA. Windows color (decimal): -13262 or 3329279. OLE color: 3329279.
HSL color Cylindrical-coordinate representation of color #FFCC32: hue angle of 45.07º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFCC32 is Cyan = 0, Magento = 0.2, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 50 | - |
| CMYK | 0 | 0.2 | 0.80 | 0 |
| HSL | 45.07º | 1% | 0.6% | - |
| HSV(B) | 45.07º | 0.8% | 1% | - |
| XYZ | 63.41 | 64.68 | 12.16 | - |
| YUV | 201.69 | 42.4 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 50 | 0 | 0.2 | 0.80 | 0 | 45.07 | 1 | 0.6 |
| Hex | FF | CC | 32 | 0 | 14 | 50 | 0 | 2D | 64 | 3C |
| Octal | 377 | 314 | 62 | 0 | 24 | 120 | 0 | 55 | 144 | 74 |
| Binary | 11111111 | 11001100 | 110010 | 0 | 10100 | 1010000 | 0 | 101101 | 1100100 | 111100 |
Color Harmonies of #FFCC32
Complementary color
Monochromatic Colors of #FFCC32
Black with #FFCC32
Text Example
Text Example
White with #FFCC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC32; }
p { color: rgb(255,204,50); }
H1.HeaderClassName
{
color: #FFCC32;
}
.AnyTagClassName
{
color: #FFCC32;
}
</style>
background-color css
<style>
a { background-color: #FFCC32; }
a { background-color: rgb(255,204,50); }
div.DivClassName
{
background-color: #FFCC32;
}
.BgClassName
{
background-color: #FFCC32;
}
</style>
border-color css
<style>
span { border-color: #FFCC32; }
span { border-color: rgb(255,204,50); }
td.TdClassName
{
border-color: #FFCC32;
}
.TagClassName
{
border-color: #FFCC32;
}
</style>