Shades of Saffron #FAC139
Tints of Saffron #FAC139
RGB
CMYK
RGB Variations
Color information
#FAC139 (or 0xFAC139) is known color: Saffron. HEX triplet: FA, C1 and 39. RGB value is (250,193,57). Sum of RGB (Red+Green+Blue) = 250+193+57=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 57 (22.66% from 255 or 11.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC139 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC139 is #053EC6. Grayscale: #C3C3C3. Windows color (decimal): -343751 or 3785210. OLE color: 3785210.
HSL color Cylindrical-coordinate representation of color #FAC139: hue angle of 42.28º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FAC139 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 57 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.02 |
| HSL | 42.28º | 0.95% | 0.6% | - |
| HSV(B) | 42.28º | 0.77% | 0.98% | - |
| XYZ | 59.23 | 58.76 | 12.09 | - |
| YUV | 194.54 | 50.38 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 57 | 0 | 0.23 | 0.77 | 0.02 | 42.28 | 0.95 | 0.6 |
| Hex | FA | C1 | 39 | 0 | 17 | 4D | 2 | 2A | 5F | 3C |
| Octal | 372 | 301 | 71 | 0 | 27 | 115 | 2 | 52 | 137 | 74 |
| Binary | 11111010 | 11000001 | 111001 | 0 | 10111 | 1001101 | 10 | 101010 | 1011111 | 111100 |
Color Harmonies of #FAC139
Complementary color
Monochromatic Colors of #FAC139
Black with #FAC139
Text Example
Text Example
White with #FAC139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC139; }
p { color: rgb(250,193,57); }
H1.HeaderClassName
{
color: #FAC139;
}
.AnyTagClassName
{
color: #FAC139;
}
</style>
background-color css
<style>
a { background-color: #FAC139; }
a { background-color: rgb(250,193,57); }
div.DivClassName
{
background-color: #FAC139;
}
.BgClassName
{
background-color: #FAC139;
}
</style>
border-color css
<style>
span { border-color: #FAC139; }
span { border-color: rgb(250,193,57); }
td.TdClassName
{
border-color: #FAC139;
}
.TagClassName
{
border-color: #FAC139;
}
</style>