Shades of Sunglow #FFD431
Tints of Sunglow #FFD431
RGB
CMYK
RGB Variations
Color information
#FFD431 (or 0xFFD431) is known color: Sunglow. HEX triplet: FF, D4 and 31. RGB value is (255,212,49). Sum of RGB (Red+Green+Blue) = 255+212+49=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 49 (19.53% from 255 or 9.50% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD431 is #002BCE. Grayscale: #CECECE. Windows color (decimal): -11215 or 3265791. OLE color: 3265791.
HSL color Cylindrical-coordinate representation of color #FFD431: hue angle of 47.48º 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 #FFD431 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 49 | - |
| CMYK | 0 | 0.17 | 0.81 | 0 |
| HSL | 47.48º | 1% | 0.6% | - |
| HSV(B) | 47.48º | 0.81% | 1% | - |
| XYZ | 65.34 | 68.57 | 12.7 | - |
| YUV | 206.28 | 39.25 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 49 | 0 | 0.17 | 0.81 | 0 | 47.48 | 1 | 0.6 |
| Hex | FF | D4 | 31 | 0 | 11 | 51 | 0 | 2F | 64 | 3C |
| Octal | 377 | 324 | 61 | 0 | 21 | 121 | 0 | 57 | 144 | 74 |
| Binary | 11111111 | 11010100 | 110001 | 0 | 10001 | 1010001 | 0 | 101111 | 1100100 | 111100 |
Color Harmonies of #FFD431
Complementary color
Monochromatic Colors of #FFD431
Black with #FFD431
Text Example
Text Example
White with #FFD431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD431; }
p { color: rgb(255,212,49); }
H1.HeaderClassName
{
color: #FFD431;
}
.AnyTagClassName
{
color: #FFD431;
}
</style>
background-color css
<style>
a { background-color: #FFD431; }
a { background-color: rgb(255,212,49); }
div.DivClassName
{
background-color: #FFD431;
}
.BgClassName
{
background-color: #FFD431;
}
</style>
border-color css
<style>
span { border-color: #FFD431; }
span { border-color: rgb(255,212,49); }
td.TdClassName
{
border-color: #FFD431;
}
.TagClassName
{
border-color: #FFD431;
}
</style>