Shades of Sunglow #FDC729
Tints of Sunglow #FDC729
RGB
CMYK
RGB Variations
Color information
#FDC729 (or 0xFDC729) is known color: Sunglow. HEX triplet: FD, C7 and 29. RGB value is (253,199,41). Sum of RGB (Red+Green+Blue) = 253+199+41=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 41 (16.41% from 255 or 8.32% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC729 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC729 is #0238D6. Grayscale: #C5C5C5. Windows color (decimal): -145623 or 2738173. OLE color: 2738173.
HSL color Cylindrical-coordinate representation of color #FDC729: hue angle of 44.72º 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 #FDC729 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 41 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.01 |
| HSL | 44.72º | 0.98% | 0.58% | - |
| HSV(B) | 44.72º | 0.84% | 0.99% | - |
| XYZ | 61.33 | 61.89 | 10.81 | - |
| YUV | 197.13 | 39.89 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 41 | 0 | 0.21 | 0.84 | 0.01 | 44.72 | 0.98 | 0.58 |
| Hex | FD | C7 | 29 | 0 | 15 | 54 | 1 | 2D | 62 | 3A |
| Octal | 375 | 307 | 51 | 0 | 25 | 124 | 1 | 55 | 142 | 72 |
| Binary | 11111101 | 11000111 | 101001 | 0 | 10101 | 1010100 | 1 | 101101 | 1100010 | 111010 |
Color Harmonies of #FDC729
Complementary color
Monochromatic Colors of #FDC729
Black with #FDC729
Text Example
Text Example
White with #FDC729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC729; }
p { color: rgb(253,199,41); }
H1.HeaderClassName
{
color: #FDC729;
}
.AnyTagClassName
{
color: #FDC729;
}
</style>
background-color css
<style>
a { background-color: #FDC729; }
a { background-color: rgb(253,199,41); }
div.DivClassName
{
background-color: #FDC729;
}
.BgClassName
{
background-color: #FDC729;
}
</style>
border-color css
<style>
span { border-color: #FDC729; }
span { border-color: rgb(253,199,41); }
td.TdClassName
{
border-color: #FDC729;
}
.TagClassName
{
border-color: #FDC729;
}
</style>