Shades of Sunglow #FFCC29
Tints of Sunglow #FFCC29
RGB
CMYK
RGB Variations
Color information
#FFCC29 (or 0xFFCC29) is known color: Sunglow. HEX triplet: FF, CC and 29. RGB value is (255,204,41). Sum of RGB (Red+Green+Blue) = 255+204+41=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 41 (16.41% from 255 or 8.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC29 is #0033D6. Grayscale: #C9C9C9. Windows color (decimal): -13271 or 2739455. OLE color: 2739455.
HSL color Cylindrical-coordinate representation of color #FFCC29: hue angle of 45.7º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFCC29 is Cyan = 0, Magento = 0.2, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 41 | - |
| CMYK | 0 | 0.2 | 0.84 | 0 |
| HSL | 45.7º | 1% | 0.58% | - |
| HSV(B) | 45.7º | 0.84% | 1% | - |
| XYZ | 63.23 | 64.61 | 11.24 | - |
| YUV | 200.67 | 37.9 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 41 | 0 | 0.2 | 0.84 | 0 | 45.7 | 1 | 0.58 |
| Hex | FF | CC | 29 | 0 | 14 | 54 | 0 | 2E | 64 | 3A |
| Octal | 377 | 314 | 51 | 0 | 24 | 124 | 0 | 56 | 144 | 72 |
| Binary | 11111111 | 11001100 | 101001 | 0 | 10100 | 1010100 | 0 | 101110 | 1100100 | 111010 |
Color Harmonies of #FFCC29
Complementary color
Monochromatic Colors of #FFCC29
Black with #FFCC29
Text Example
Text Example
White with #FFCC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC29; }
p { color: rgb(255,204,41); }
H1.HeaderClassName
{
color: #FFCC29;
}
.AnyTagClassName
{
color: #FFCC29;
}
</style>
background-color css
<style>
a { background-color: #FFCC29; }
a { background-color: rgb(255,204,41); }
div.DivClassName
{
background-color: #FFCC29;
}
.BgClassName
{
background-color: #FFCC29;
}
</style>
border-color css
<style>
span { border-color: #FFCC29; }
span { border-color: rgb(255,204,41); }
td.TdClassName
{
border-color: #FFCC29;
}
.TagClassName
{
border-color: #FFCC29;
}
</style>