Shades of Sunglow #FFD331
Tints of Sunglow #FFD331
RGB
CMYK
RGB Variations
Color information
#FFD331 (or 0xFFD331) is known color: Sunglow. HEX triplet: FF, D3 and 31. RGB value is (255,211,49). Sum of RGB (Red+Green+Blue) = 255+211+49=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 49 (19.53% from 255 or 9.51% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD331 is #002CCE. Grayscale: #CECECE. Windows color (decimal): -11471 or 3265535. OLE color: 3265535.
HSL color Cylindrical-coordinate representation of color #FFD331: hue angle of 47.18º 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 #FFD331 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 49 | - |
| CMYK | 0 | 0.17 | 0.81 | 0 |
| HSL | 47.18º | 1% | 0.6% | - |
| HSV(B) | 47.18º | 0.81% | 1% | - |
| XYZ | 65.09 | 68.07 | 12.61 | - |
| YUV | 205.69 | 39.58 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 49 | 0 | 0.17 | 0.81 | 0 | 47.18 | 1 | 0.6 |
| Hex | FF | D3 | 31 | 0 | 11 | 51 | 0 | 2F | 64 | 3C |
| Octal | 377 | 323 | 61 | 0 | 21 | 121 | 0 | 57 | 144 | 74 |
| Binary | 11111111 | 11010011 | 110001 | 0 | 10001 | 1010001 | 0 | 101111 | 1100100 | 111100 |
Color Harmonies of #FFD331
Complementary color
Monochromatic Colors of #FFD331
Black with #FFD331
Text Example
Text Example
White with #FFD331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD331; }
p { color: rgb(255,211,49); }
H1.HeaderClassName
{
color: #FFD331;
}
.AnyTagClassName
{
color: #FFD331;
}
</style>
background-color css
<style>
a { background-color: #FFD331; }
a { background-color: rgb(255,211,49); }
div.DivClassName
{
background-color: #FFD331;
}
.BgClassName
{
background-color: #FFD331;
}
</style>
border-color css
<style>
span { border-color: #FFD331; }
span { border-color: rgb(255,211,49); }
td.TdClassName
{
border-color: #FFD331;
}
.TagClassName
{
border-color: #FFD331;
}
</style>