Shades of Sunglow #FDCC29
Tints of Sunglow #FDCC29
RGB
CMYK
RGB Variations
Color information
#FDCC29 (or 0xFDCC29) is known color: Sunglow. HEX triplet: FD, CC and 29. RGB value is (253,204,41). Sum of RGB (Red+Green+Blue) = 253+204+41=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 41 (16.41% from 255 or 8.23% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC29 is #0233D6. Grayscale: #C8C8C8. Windows color (decimal): -144343 or 2739453. OLE color: 2739453.
HSL color Cylindrical-coordinate representation of color #FDCC29: hue angle of 46.13º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDCC29 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 41 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.01 |
| HSL | 46.13º | 0.98% | 0.58% | - |
| HSV(B) | 46.13º | 0.84% | 0.99% | - |
| XYZ | 62.5 | 64.23 | 11.2 | - |
| YUV | 200.07 | 38.23 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 41 | 0 | 0.19 | 0.84 | 0.01 | 46.13 | 0.98 | 0.58 |
| Hex | FD | CC | 29 | 0 | 13 | 54 | 1 | 2E | 62 | 3A |
| Octal | 375 | 314 | 51 | 0 | 23 | 124 | 1 | 56 | 142 | 72 |
| Binary | 11111101 | 11001100 | 101001 | 0 | 10011 | 1010100 | 1 | 101110 | 1100010 | 111010 |
Color Harmonies of #FDCC29
Complementary color
Monochromatic Colors of #FDCC29
Black with #FDCC29
Text Example
Text Example
White with #FDCC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC29; }
p { color: rgb(253,204,41); }
H1.HeaderClassName
{
color: #FDCC29;
}
.AnyTagClassName
{
color: #FDCC29;
}
</style>
background-color css
<style>
a { background-color: #FDCC29; }
a { background-color: rgb(253,204,41); }
div.DivClassName
{
background-color: #FDCC29;
}
.BgClassName
{
background-color: #FDCC29;
}
</style>
border-color css
<style>
span { border-color: #FDCC29; }
span { border-color: rgb(253,204,41); }
td.TdClassName
{
border-color: #FDCC29;
}
.TagClassName
{
border-color: #FDCC29;
}
</style>