Shades of Saffron #FAC231
Tints of Saffron #FAC231
RGB
CMYK
RGB Variations
Color information
#FAC231 (or 0xFAC231) is known color: Saffron. HEX triplet: FA, C2 and 31. RGB value is (250,194,49). Sum of RGB (Red+Green+Blue) = 250+194+49=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC231 is #053DCE. Grayscale: #C2C2C2. Windows color (decimal): -343503 or 3261178. OLE color: 3261178.
HSL color Cylindrical-coordinate representation of color #FAC231: hue angle of 43.28º 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 #FAC231 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 49 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.02 |
| HSL | 43.28º | 0.95% | 0.59% | - |
| HSV(B) | 43.28º | 0.8% | 0.98% | - |
| XYZ | 59.27 | 59.13 | 11.19 | - |
| YUV | 194.21 | 46.05 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 49 | 0 | 0.22 | 0.80 | 0.02 | 43.28 | 0.95 | 0.59 |
| Hex | FA | C2 | 31 | 0 | 16 | 50 | 2 | 2B | 5F | 3B |
| Octal | 372 | 302 | 61 | 0 | 26 | 120 | 2 | 53 | 137 | 73 |
| Binary | 11111010 | 11000010 | 110001 | 0 | 10110 | 1010000 | 10 | 101011 | 1011111 | 111011 |
Color Harmonies of #FAC231
Complementary color
Monochromatic Colors of #FAC231
Black with #FAC231
Text Example
Text Example
White with #FAC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC231; }
p { color: rgb(250,194,49); }
H1.HeaderClassName
{
color: #FAC231;
}
.AnyTagClassName
{
color: #FAC231;
}
</style>
background-color css
<style>
a { background-color: #FAC231; }
a { background-color: rgb(250,194,49); }
div.DivClassName
{
background-color: #FAC231;
}
.BgClassName
{
background-color: #FAC231;
}
</style>
border-color css
<style>
span { border-color: #FAC231; }
span { border-color: rgb(250,194,49); }
td.TdClassName
{
border-color: #FAC231;
}
.TagClassName
{
border-color: #FAC231;
}
</style>