Shades of Sunglow #FDC929
Tints of Sunglow #FDC929
RGB
CMYK
RGB Variations
Color information
#FDC929 (or 0xFDC929) is known color: Sunglow. HEX triplet: FD, C9 and 29. RGB value is (253,201,41). Sum of RGB (Red+Green+Blue) = 253+201+41=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 41 (16.41% from 255 or 8.28% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC929 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC929 is #0236D6. Grayscale: #C6C6C6. Windows color (decimal): -145111 or 2738685. OLE color: 2738685.
HSL color Cylindrical-coordinate representation of color #FDC929: hue angle of 45.28º 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 #FDC929 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 41 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.01 |
| HSL | 45.28º | 0.98% | 0.58% | - |
| HSV(B) | 45.28º | 0.84% | 0.99% | - |
| XYZ | 61.79 | 62.82 | 10.97 | - |
| YUV | 198.31 | 39.23 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 41 | 0 | 0.21 | 0.84 | 0.01 | 45.28 | 0.98 | 0.58 |
| Hex | FD | C9 | 29 | 0 | 15 | 54 | 1 | 2D | 62 | 3A |
| Octal | 375 | 311 | 51 | 0 | 25 | 124 | 1 | 55 | 142 | 72 |
| Binary | 11111101 | 11001001 | 101001 | 0 | 10101 | 1010100 | 1 | 101101 | 1100010 | 111010 |
Color Harmonies of #FDC929
Complementary color
Monochromatic Colors of #FDC929
Black with #FDC929
Text Example
Text Example
White with #FDC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC929; }
p { color: rgb(253,201,41); }
H1.HeaderClassName
{
color: #FDC929;
}
.AnyTagClassName
{
color: #FDC929;
}
</style>
background-color css
<style>
a { background-color: #FDC929; }
a { background-color: rgb(253,201,41); }
div.DivClassName
{
background-color: #FDC929;
}
.BgClassName
{
background-color: #FDC929;
}
</style>
border-color css
<style>
span { border-color: #FDC929; }
span { border-color: rgb(253,201,41); }
td.TdClassName
{
border-color: #FDC929;
}
.TagClassName
{
border-color: #FDC929;
}
</style>