Shades of Saffron #FAC138
Tints of Saffron #FAC138
RGB
CMYK
RGB Variations
Color information
#FAC138 (or 0xFAC138) is known color: Saffron. HEX triplet: FA, C1 and 38. RGB value is (250,193,56). Sum of RGB (Red+Green+Blue) = 250+193+56=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 56 (22.27% from 255 or 11.22% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC138 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC138 is #053EC7. Grayscale: #C3C3C3. Windows color (decimal): -343752 or 3719674. OLE color: 3719674.
HSL color Cylindrical-coordinate representation of color #FAC138: hue angle of 42.37º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FAC138 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 56 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.02 |
| HSL | 42.37º | 0.95% | 0.6% | - |
| HSV(B) | 42.37º | 0.78% | 0.98% | - |
| XYZ | 59.21 | 58.75 | 11.96 | - |
| YUV | 194.43 | 49.88 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 56 | 0 | 0.23 | 0.78 | 0.02 | 42.37 | 0.95 | 0.6 |
| Hex | FA | C1 | 38 | 0 | 17 | 4E | 2 | 2A | 5F | 3C |
| Octal | 372 | 301 | 70 | 0 | 27 | 116 | 2 | 52 | 137 | 74 |
| Binary | 11111010 | 11000001 | 111000 | 0 | 10111 | 1001110 | 10 | 101010 | 1011111 | 111100 |
Color Harmonies of #FAC138
Complementary color
Monochromatic Colors of #FAC138
Black with #FAC138
Text Example
Text Example
White with #FAC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC138; }
p { color: rgb(250,193,56); }
H1.HeaderClassName
{
color: #FAC138;
}
.AnyTagClassName
{
color: #FAC138;
}
</style>
background-color css
<style>
a { background-color: #FAC138; }
a { background-color: rgb(250,193,56); }
div.DivClassName
{
background-color: #FAC138;
}
.BgClassName
{
background-color: #FAC138;
}
</style>
border-color css
<style>
span { border-color: #FAC138; }
span { border-color: rgb(250,193,56); }
td.TdClassName
{
border-color: #FAC138;
}
.TagClassName
{
border-color: #FAC138;
}
</style>