Shades of Sunglow #FFD32B
Tints of Sunglow #FFD32B
RGB
CMYK
RGB Variations
Color information
#FFD32B (or 0xFFD32B) is known color: Sunglow. HEX triplet: FF, D3 and 2B. RGB value is (255,211,43). Sum of RGB (Red+Green+Blue) = 255+211+43=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 43 (17.19% from 255 or 8.45% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD32B is #002CD4. Grayscale: #CDCDCD. Windows color (decimal): -11477 or 2872319. OLE color: 2872319.
HSL color Cylindrical-coordinate representation of color #FFD32B: hue angle of 47.55º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFD32B is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 43 | - |
| CMYK | 0 | 0.17 | 0.83 | 0 |
| HSL | 47.55º | 1% | 0.58% | - |
| HSV(B) | 47.55º | 0.83% | 1% | - |
| XYZ | 64.97 | 68.02 | 11.99 | - |
| YUV | 205 | 36.58 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 43 | 0 | 0.17 | 0.83 | 0 | 47.55 | 1 | 0.58 |
| Hex | FF | D3 | 2B | 0 | 11 | 53 | 0 | 30 | 64 | 3A |
| Octal | 377 | 323 | 53 | 0 | 21 | 123 | 0 | 60 | 144 | 72 |
| Binary | 11111111 | 11010011 | 101011 | 0 | 10001 | 1010011 | 0 | 110000 | 1100100 | 111010 |
Color Harmonies of #FFD32B
Complementary color
Monochromatic Colors of #FFD32B
Black with #FFD32B
Text Example
Text Example
White with #FFD32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD32B; }
p { color: rgb(255,211,43); }
H1.HeaderClassName
{
color: #FFD32B;
}
.AnyTagClassName
{
color: #FFD32B;
}
</style>
background-color css
<style>
a { background-color: #FFD32B; }
a { background-color: rgb(255,211,43); }
div.DivClassName
{
background-color: #FFD32B;
}
.BgClassName
{
background-color: #FFD32B;
}
</style>
border-color css
<style>
span { border-color: #FFD32B; }
span { border-color: rgb(255,211,43); }
td.TdClassName
{
border-color: #FFD32B;
}
.TagClassName
{
border-color: #FFD32B;
}
</style>