Shades of Saffron #FAC631
Tints of Saffron #FAC631
RGB
CMYK
RGB Variations
Color information
#FAC631 (or 0xFAC631) is known color: Saffron. HEX triplet: FA, C6 and 31. RGB value is (250,198,49). Sum of RGB (Red+Green+Blue) = 250+198+49=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC631 is #0539CE. Grayscale: #C5C5C5. Windows color (decimal): -342479 or 3262202. OLE color: 3262202.
HSL color Cylindrical-coordinate representation of color #FAC631: hue angle of 44.48º 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 #FAC631 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 49 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.02 |
| HSL | 44.48º | 0.95% | 0.59% | - |
| HSV(B) | 44.48º | 0.8% | 0.98% | - |
| XYZ | 60.17 | 60.93 | 11.5 | - |
| YUV | 196.56 | 44.73 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 49 | 0 | 0.21 | 0.80 | 0.02 | 44.48 | 0.95 | 0.59 |
| Hex | FA | C6 | 31 | 0 | 15 | 50 | 2 | 2C | 5F | 3B |
| Octal | 372 | 306 | 61 | 0 | 25 | 120 | 2 | 54 | 137 | 73 |
| Binary | 11111010 | 11000110 | 110001 | 0 | 10101 | 1010000 | 10 | 101100 | 1011111 | 111011 |
Color Harmonies of #FAC631
Complementary color
Monochromatic Colors of #FAC631
Black with #FAC631
Text Example
Text Example
White with #FAC631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC631; }
p { color: rgb(250,198,49); }
H1.HeaderClassName
{
color: #FAC631;
}
.AnyTagClassName
{
color: #FAC631;
}
</style>
background-color css
<style>
a { background-color: #FAC631; }
a { background-color: rgb(250,198,49); }
div.DivClassName
{
background-color: #FAC631;
}
.BgClassName
{
background-color: #FAC631;
}
</style>
border-color css
<style>
span { border-color: #FAC631; }
span { border-color: rgb(250,198,49); }
td.TdClassName
{
border-color: #FAC631;
}
.TagClassName
{
border-color: #FAC631;
}
</style>