Shades of Sunglow #FFD131
Tints of Sunglow #FFD131
RGB
CMYK
RGB Variations
Color information
#FFD131 (or 0xFFD131) is known color: Sunglow. HEX triplet: FF, D1 and 31. RGB value is (255,209,49). Sum of RGB (Red+Green+Blue) = 255+209+49=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 49 (19.53% from 255 or 9.55% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD131 is #002ECE. Grayscale: #CDCDCD. Windows color (decimal): -11983 or 3265023. OLE color: 3265023.
HSL color Cylindrical-coordinate representation of color #FFD131: hue angle of 46.6º 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 #FFD131 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 49 | - |
| CMYK | 0 | 0.18 | 0.81 | 0 |
| HSL | 46.6º | 1% | 0.6% | - |
| HSV(B) | 46.6º | 0.81% | 1% | - |
| XYZ | 64.59 | 67.08 | 12.45 | - |
| YUV | 204.51 | 40.24 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 49 | 0 | 0.18 | 0.81 | 0 | 46.6 | 1 | 0.6 |
| Hex | FF | D1 | 31 | 0 | 12 | 51 | 0 | 2F | 64 | 3C |
| Octal | 377 | 321 | 61 | 0 | 22 | 121 | 0 | 57 | 144 | 74 |
| Binary | 11111111 | 11010001 | 110001 | 0 | 10010 | 1010001 | 0 | 101111 | 1100100 | 111100 |
Color Harmonies of #FFD131
Complementary color
Monochromatic Colors of #FFD131
Black with #FFD131
Text Example
Text Example
White with #FFD131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD131; }
p { color: rgb(255,209,49); }
H1.HeaderClassName
{
color: #FFD131;
}
.AnyTagClassName
{
color: #FFD131;
}
</style>
background-color css
<style>
a { background-color: #FFD131; }
a { background-color: rgb(255,209,49); }
div.DivClassName
{
background-color: #FFD131;
}
.BgClassName
{
background-color: #FFD131;
}
</style>
border-color css
<style>
span { border-color: #FFD131; }
span { border-color: rgb(255,209,49); }
td.TdClassName
{
border-color: #FFD131;
}
.TagClassName
{
border-color: #FFD131;
}
</style>