Shades of Sunglow #FFD532
Tints of Sunglow #FFD532
RGB
CMYK
RGB Variations
Color information
#FFD532 (or 0xFFD532) is known color: Sunglow. HEX triplet: FF, D5 and 32. RGB value is (255,213,50). Sum of RGB (Red+Green+Blue) = 255+213+50=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 50 (19.92% from 255 or 9.65% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD532 is #002ACD. Grayscale: #CFCFCF. Windows color (decimal): -10958 or 3331583. OLE color: 3331583.
HSL color Cylindrical-coordinate representation of color #FFD532: hue angle of 47.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFD532 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 50 | - |
| CMYK | 0 | 0.16 | 0.80 | 0 |
| HSL | 47.71º | 1% | 0.6% | - |
| HSV(B) | 47.71º | 0.8% | 1% | - |
| XYZ | 65.61 | 69.08 | 12.89 | - |
| YUV | 206.98 | 39.41 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 50 | 0 | 0.16 | 0.80 | 0 | 47.71 | 1 | 0.6 |
| Hex | FF | D5 | 32 | 0 | 10 | 50 | 0 | 30 | 64 | 3C |
| Octal | 377 | 325 | 62 | 0 | 20 | 120 | 0 | 60 | 144 | 74 |
| Binary | 11111111 | 11010101 | 110010 | 0 | 10000 | 1010000 | 0 | 110000 | 1100100 | 111100 |
Color Harmonies of #FFD532
Complementary color
Monochromatic Colors of #FFD532
Black with #FFD532
Text Example
Text Example
White with #FFD532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD532; }
p { color: rgb(255,213,50); }
H1.HeaderClassName
{
color: #FFD532;
}
.AnyTagClassName
{
color: #FFD532;
}
</style>
background-color css
<style>
a { background-color: #FFD532; }
a { background-color: rgb(255,213,50); }
div.DivClassName
{
background-color: #FFD532;
}
.BgClassName
{
background-color: #FFD532;
}
</style>
border-color css
<style>
span { border-color: #FFD532; }
span { border-color: rgb(255,213,50); }
td.TdClassName
{
border-color: #FFD532;
}
.TagClassName
{
border-color: #FFD532;
}
</style>