Shades of Sunglow #FFD831
Tints of Sunglow #FFD831
RGB
CMYK
RGB Variations
Color information
#FFD831 (or 0xFFD831) is known color: Sunglow. HEX triplet: FF, D8 and 31. RGB value is (255,216,49). Sum of RGB (Red+Green+Blue) = 255+216+49=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 49 (19.53% from 255 or 9.42% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD831 is #0027CE. Grayscale: #D1D1D1. Windows color (decimal): -10191 or 3266815. OLE color: 3266815.
HSL color Cylindrical-coordinate representation of color #FFD831: hue angle of 48.64º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFD831 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 49 | - |
| CMYK | 0 | 0.15 | 0.81 | 0 |
| HSL | 48.64º | 1% | 0.6% | - |
| HSV(B) | 48.64º | 0.81% | 1% | - |
| XYZ | 66.35 | 70.59 | 13.03 | - |
| YUV | 208.62 | 37.92 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 49 | 0 | 0.15 | 0.81 | 0 | 48.64 | 1 | 0.6 |
| Hex | FF | D8 | 31 | 0 | F | 51 | 0 | 31 | 64 | 3C |
| Octal | 377 | 330 | 61 | 0 | 17 | 121 | 0 | 61 | 144 | 74 |
| Binary | 11111111 | 11011000 | 110001 | 0 | 1111 | 1010001 | 0 | 110001 | 1100100 | 111100 |
Color Harmonies of #FFD831
Complementary color
Monochromatic Colors of #FFD831
Black with #FFD831
Text Example
Text Example
White with #FFD831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD831; }
p { color: rgb(255,216,49); }
H1.HeaderClassName
{
color: #FFD831;
}
.AnyTagClassName
{
color: #FFD831;
}
</style>
background-color css
<style>
a { background-color: #FFD831; }
a { background-color: rgb(255,216,49); }
div.DivClassName
{
background-color: #FFD831;
}
.BgClassName
{
background-color: #FFD831;
}
</style>
border-color css
<style>
span { border-color: #FFD831; }
span { border-color: rgb(255,216,49); }
td.TdClassName
{
border-color: #FFD831;
}
.TagClassName
{
border-color: #FFD831;
}
</style>