Shades of Sunglow #FFD029
Tints of Sunglow #FFD029
RGB
CMYK
RGB Variations
Color information
#FFD029 (or 0xFFD029) is known color: Sunglow. HEX triplet: FF, D0 and 29. RGB value is (255,208,41). Sum of RGB (Red+Green+Blue) = 255+208+41=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 41 (16.41% from 255 or 8.13% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD029 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD029 is #002FD6. Grayscale: #CBCBCB. Windows color (decimal): -12247 or 2740479. OLE color: 2740479.
HSL color Cylindrical-coordinate representation of color #FFD029: hue angle of 46.82º 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 #FFD029 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 41 | - |
| CMYK | 0 | 0.18 | 0.84 | 0 |
| HSL | 46.82º | 1% | 0.58% | - |
| HSV(B) | 46.82º | 0.84% | 1% | - |
| XYZ | 64.2 | 66.53 | 11.56 | - |
| YUV | 203.02 | 36.57 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 41 | 0 | 0.18 | 0.84 | 0 | 46.82 | 1 | 0.58 |
| Hex | FF | D0 | 29 | 0 | 12 | 54 | 0 | 2F | 64 | 3A |
| Octal | 377 | 320 | 51 | 0 | 22 | 124 | 0 | 57 | 144 | 72 |
| Binary | 11111111 | 11010000 | 101001 | 0 | 10010 | 1010100 | 0 | 101111 | 1100100 | 111010 |
Color Harmonies of #FFD029
Complementary color
Monochromatic Colors of #FFD029
Black with #FFD029
Text Example
Text Example
White with #FFD029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD029; }
p { color: rgb(255,208,41); }
H1.HeaderClassName
{
color: #FFD029;
}
.AnyTagClassName
{
color: #FFD029;
}
</style>
background-color css
<style>
a { background-color: #FFD029; }
a { background-color: rgb(255,208,41); }
div.DivClassName
{
background-color: #FFD029;
}
.BgClassName
{
background-color: #FFD029;
}
</style>
border-color css
<style>
span { border-color: #FFD029; }
span { border-color: rgb(255,208,41); }
td.TdClassName
{
border-color: #FFD029;
}
.TagClassName
{
border-color: #FFD029;
}
</style>