Shades of Sunglow #FFD529
Tints of Sunglow #FFD529
RGB
CMYK
RGB Variations
Color information
#FFD529 (or 0xFFD529) is known color: Sunglow. HEX triplet: FF, D5 and 29. RGB value is (255,213,41). Sum of RGB (Red+Green+Blue) = 255+213+41=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 41 (16.41% from 255 or 8.06% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD529 is #002AD6. Grayscale: #CECECE. Windows color (decimal): -10967 or 2741759. OLE color: 2741759.
HSL color Cylindrical-coordinate representation of color #FFD529: hue angle of 48.22º 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 #FFD529 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 41 | - |
| CMYK | 0 | 0.16 | 0.84 | 0 |
| HSL | 48.22º | 1% | 0.58% | - |
| HSV(B) | 48.22º | 0.84% | 1% | - |
| XYZ | 65.43 | 69.01 | 11.97 | - |
| YUV | 205.95 | 34.91 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 41 | 0 | 0.16 | 0.84 | 0 | 48.22 | 1 | 0.58 |
| Hex | FF | D5 | 29 | 0 | 10 | 54 | 0 | 30 | 64 | 3A |
| Octal | 377 | 325 | 51 | 0 | 20 | 124 | 0 | 60 | 144 | 72 |
| Binary | 11111111 | 11010101 | 101001 | 0 | 10000 | 1010100 | 0 | 110000 | 1100100 | 111010 |
Color Harmonies of #FFD529
Complementary color
Monochromatic Colors of #FFD529
Black with #FFD529
Text Example
Text Example
White with #FFD529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD529; }
p { color: rgb(255,213,41); }
H1.HeaderClassName
{
color: #FFD529;
}
.AnyTagClassName
{
color: #FFD529;
}
</style>
background-color css
<style>
a { background-color: #FFD529; }
a { background-color: rgb(255,213,41); }
div.DivClassName
{
background-color: #FFD529;
}
.BgClassName
{
background-color: #FFD529;
}
</style>
border-color css
<style>
span { border-color: #FFD529; }
span { border-color: rgb(255,213,41); }
td.TdClassName
{
border-color: #FFD529;
}
.TagClassName
{
border-color: #FFD529;
}
</style>