Shades of Sunglow #FFD631
Tints of Sunglow #FFD631
RGB
CMYK
RGB Variations
Color information
#FFD631 (or 0xFFD631) is known color: Sunglow. HEX triplet: FF, D6 and 31. RGB value is (255,214,49). Sum of RGB (Red+Green+Blue) = 255+214+49=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 49 (19.53% from 255 or 9.46% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD631 is #0029CE. Grayscale: #D0D0D0. Windows color (decimal): -10703 or 3266303. OLE color: 3266303.
HSL color Cylindrical-coordinate representation of color #FFD631: hue angle of 48.06º 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 #FFD631 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 49 | - |
| CMYK | 0 | 0.16 | 0.81 | 0 |
| HSL | 48.06º | 1% | 0.6% | - |
| HSV(B) | 48.06º | 0.81% | 1% | - |
| XYZ | 65.84 | 69.57 | 12.86 | - |
| YUV | 207.45 | 38.58 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 49 | 0 | 0.16 | 0.81 | 0 | 48.06 | 1 | 0.6 |
| Hex | FF | D6 | 31 | 0 | 10 | 51 | 0 | 30 | 64 | 3C |
| Octal | 377 | 326 | 61 | 0 | 20 | 121 | 0 | 60 | 144 | 74 |
| Binary | 11111111 | 11010110 | 110001 | 0 | 10000 | 1010001 | 0 | 110000 | 1100100 | 111100 |
Color Harmonies of #FFD631
Complementary color
Monochromatic Colors of #FFD631
Black with #FFD631
Text Example
Text Example
White with #FFD631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD631; }
p { color: rgb(255,214,49); }
H1.HeaderClassName
{
color: #FFD631;
}
.AnyTagClassName
{
color: #FFD631;
}
</style>
background-color css
<style>
a { background-color: #FFD631; }
a { background-color: rgb(255,214,49); }
div.DivClassName
{
background-color: #FFD631;
}
.BgClassName
{
background-color: #FFD631;
}
</style>
border-color css
<style>
span { border-color: #FFD631; }
span { border-color: rgb(255,214,49); }
td.TdClassName
{
border-color: #FFD631;
}
.TagClassName
{
border-color: #FFD631;
}
</style>