Shades of Sunglow #FFD031
Tints of Sunglow #FFD031
RGB
CMYK
RGB Variations
Color information
#FFD031 (or 0xFFD031) is known color: Sunglow. HEX triplet: FF, D0 and 31. RGB value is (255,208,49). Sum of RGB (Red+Green+Blue) = 255+208+49=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 49 (19.53% from 255 or 9.57% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD031 is #002FCE. Grayscale: #CCCCCC. Windows color (decimal): -12239 or 3264767. OLE color: 3264767.
HSL color Cylindrical-coordinate representation of color #FFD031: hue angle of 46.31º 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 #FFD031 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 49 | - |
| CMYK | 0 | 0.18 | 0.81 | 0 |
| HSL | 46.31º | 1% | 0.6% | - |
| HSV(B) | 46.31º | 0.81% | 1% | - |
| XYZ | 64.35 | 66.59 | 12.37 | - |
| YUV | 203.93 | 40.57 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 49 | 0 | 0.18 | 0.81 | 0 | 46.31 | 1 | 0.6 |
| Hex | FF | D0 | 31 | 0 | 12 | 51 | 0 | 2E | 64 | 3C |
| Octal | 377 | 320 | 61 | 0 | 22 | 121 | 0 | 56 | 144 | 74 |
| Binary | 11111111 | 11010000 | 110001 | 0 | 10010 | 1010001 | 0 | 101110 | 1100100 | 111100 |
Color Harmonies of #FFD031
Complementary color
Monochromatic Colors of #FFD031
Black with #FFD031
Text Example
Text Example
White with #FFD031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD031; }
p { color: rgb(255,208,49); }
H1.HeaderClassName
{
color: #FFD031;
}
.AnyTagClassName
{
color: #FFD031;
}
</style>
background-color css
<style>
a { background-color: #FFD031; }
a { background-color: rgb(255,208,49); }
div.DivClassName
{
background-color: #FFD031;
}
.BgClassName
{
background-color: #FFD031;
}
</style>
border-color css
<style>
span { border-color: #FFD031; }
span { border-color: rgb(255,208,49); }
td.TdClassName
{
border-color: #FFD031;
}
.TagClassName
{
border-color: #FFD031;
}
</style>