Shades of Sunglow #FFD629
Tints of Sunglow #FFD629
RGB
CMYK
RGB Variations
Color information
#FFD629 (or 0xFFD629) is known color: Sunglow. HEX triplet: FF, D6 and 29. RGB value is (255,214,41). Sum of RGB (Red+Green+Blue) = 255+214+41=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 41 (16.41% from 255 or 8.04% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD629 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD629 is #0029D6. Grayscale: #CFCFCF. Windows color (decimal): -10711 or 2742015. OLE color: 2742015.
HSL color Cylindrical-coordinate representation of color #FFD629: hue angle of 48.5º 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 #FFD629 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 41 | - |
| CMYK | 0 | 0.16 | 0.84 | 0 |
| HSL | 48.5º | 1% | 0.58% | - |
| HSV(B) | 48.5º | 0.84% | 1% | - |
| XYZ | 65.69 | 69.51 | 12.05 | - |
| YUV | 206.54 | 34.58 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 41 | 0 | 0.16 | 0.84 | 0 | 48.5 | 1 | 0.58 |
| Hex | FF | D6 | 29 | 0 | 10 | 54 | 0 | 31 | 64 | 3A |
| Octal | 377 | 326 | 51 | 0 | 20 | 124 | 0 | 61 | 144 | 72 |
| Binary | 11111111 | 11010110 | 101001 | 0 | 10000 | 1010100 | 0 | 110001 | 1100100 | 111010 |
Color Harmonies of #FFD629
Complementary color
Monochromatic Colors of #FFD629
Black with #FFD629
Text Example
Text Example
White with #FFD629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD629; }
p { color: rgb(255,214,41); }
H1.HeaderClassName
{
color: #FFD629;
}
.AnyTagClassName
{
color: #FFD629;
}
</style>
background-color css
<style>
a { background-color: #FFD629; }
a { background-color: rgb(255,214,41); }
div.DivClassName
{
background-color: #FFD629;
}
.BgClassName
{
background-color: #FFD629;
}
</style>
border-color css
<style>
span { border-color: #FFD629; }
span { border-color: rgb(255,214,41); }
td.TdClassName
{
border-color: #FFD629;
}
.TagClassName
{
border-color: #FFD629;
}
</style>