Shades of Sunglow #FAD731
Tints of Sunglow #FAD731
RGB
CMYK
RGB Variations
Color information
#FAD731 (or 0xFAD731) is known color: Sunglow. HEX triplet: FA, D7 and 31. RGB value is (250,215,49). Sum of RGB (Red+Green+Blue) = 250+215+49=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 49 (19.53% from 255 or 9.53% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD731 is #0528CE. Grayscale: #CFCFCF. Windows color (decimal): -338127 or 3266554. OLE color: 3266554.
HSL color Cylindrical-coordinate representation of color #FAD731: hue angle of 49.55º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAD731 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 215 | 49 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.02 |
| HSL | 49.55º | 0.95% | 0.59% | - |
| HSV(B) | 49.55º | 0.8% | 0.98% | - |
| XYZ | 64.28 | 69.15 | 12.86 | - |
| YUV | 206.54 | 39.1 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 215 | 49 | 0 | 0.14 | 0.80 | 0.02 | 49.55 | 0.95 | 0.59 |
| Hex | FA | D7 | 31 | 0 | E | 50 | 2 | 32 | 5F | 3B |
| Octal | 372 | 327 | 61 | 0 | 16 | 120 | 2 | 62 | 137 | 73 |
| Binary | 11111010 | 11010111 | 110001 | 0 | 1110 | 1010000 | 10 | 110010 | 1011111 | 111011 |
Color Harmonies of #FAD731
Complementary color
Monochromatic Colors of #FAD731
Black with #FAD731
Text Example
Text Example
White with #FAD731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD731; }
p { color: rgb(250,215,49); }
H1.HeaderClassName
{
color: #FAD731;
}
.AnyTagClassName
{
color: #FAD731;
}
</style>
background-color css
<style>
a { background-color: #FAD731; }
a { background-color: rgb(250,215,49); }
div.DivClassName
{
background-color: #FAD731;
}
.BgClassName
{
background-color: #FAD731;
}
</style>
border-color css
<style>
span { border-color: #FAD731; }
span { border-color: rgb(250,215,49); }
td.TdClassName
{
border-color: #FAD731;
}
.TagClassName
{
border-color: #FAD731;
}
</style>