Shades of Saffron #FAC731
Tints of Saffron #FAC731
RGB
CMYK
RGB Variations
Color information
#FAC731 (or 0xFAC731) is known color: Saffron. HEX triplet: FA, C7 and 31. RGB value is (250,199,49). Sum of RGB (Red+Green+Blue) = 250+199+49=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC731 is #0538CE. Grayscale: #C5C5C5. Windows color (decimal): -342223 or 3262458. OLE color: 3262458.
HSL color Cylindrical-coordinate representation of color #FAC731: hue angle of 44.78º 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 #FAC731 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 49 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.02 |
| HSL | 44.78º | 0.95% | 0.59% | - |
| HSV(B) | 44.78º | 0.8% | 0.98% | - |
| XYZ | 60.4 | 61.39 | 11.57 | - |
| YUV | 197.15 | 44.4 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 49 | 0 | 0.20 | 0.80 | 0.02 | 44.78 | 0.95 | 0.59 |
| Hex | FA | C7 | 31 | 0 | 14 | 50 | 2 | 2D | 5F | 3B |
| Octal | 372 | 307 | 61 | 0 | 24 | 120 | 2 | 55 | 137 | 73 |
| Binary | 11111010 | 11000111 | 110001 | 0 | 10100 | 1010000 | 10 | 101101 | 1011111 | 111011 |
Color Harmonies of #FAC731
Complementary color
Monochromatic Colors of #FAC731
Black with #FAC731
Text Example
Text Example
White with #FAC731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC731; }
p { color: rgb(250,199,49); }
H1.HeaderClassName
{
color: #FAC731;
}
.AnyTagClassName
{
color: #FAC731;
}
</style>
background-color css
<style>
a { background-color: #FAC731; }
a { background-color: rgb(250,199,49); }
div.DivClassName
{
background-color: #FAC731;
}
.BgClassName
{
background-color: #FAC731;
}
</style>
border-color css
<style>
span { border-color: #FAC731; }
span { border-color: rgb(250,199,49); }
td.TdClassName
{
border-color: #FAC731;
}
.TagClassName
{
border-color: #FAC731;
}
</style>