Shades of Saffron #FAC038
Tints of Saffron #FAC038
RGB
CMYK
RGB Variations
Color information
#FAC038 (or 0xFAC038) is known color: Saffron. HEX triplet: FA, C0 and 38. RGB value is (250,192,56). Sum of RGB (Red+Green+Blue) = 250+192+56=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 56 (22.27% from 255 or 11.24% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC038 is #053FC7. Grayscale: #C2C2C2. Windows color (decimal): -344008 or 3719418. OLE color: 3719418.
HSL color Cylindrical-coordinate representation of color #FAC038: hue angle of 42.06º 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 #FAC038 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 56 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.02 |
| HSL | 42.06º | 0.95% | 0.6% | - |
| HSV(B) | 42.06º | 0.78% | 0.98% | - |
| XYZ | 58.99 | 58.31 | 11.89 | - |
| YUV | 193.84 | 50.22 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 56 | 0 | 0.23 | 0.78 | 0.02 | 42.06 | 0.95 | 0.6 |
| Hex | FA | C0 | 38 | 0 | 17 | 4E | 2 | 2A | 5F | 3C |
| Octal | 372 | 300 | 70 | 0 | 27 | 116 | 2 | 52 | 137 | 74 |
| Binary | 11111010 | 11000000 | 111000 | 0 | 10111 | 1001110 | 10 | 101010 | 1011111 | 111100 |
Color Harmonies of #FAC038
Complementary color
Monochromatic Colors of #FAC038
Black with #FAC038
Text Example
Text Example
White with #FAC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC038; }
p { color: rgb(250,192,56); }
H1.HeaderClassName
{
color: #FAC038;
}
.AnyTagClassName
{
color: #FAC038;
}
</style>
background-color css
<style>
a { background-color: #FAC038; }
a { background-color: rgb(250,192,56); }
div.DivClassName
{
background-color: #FAC038;
}
.BgClassName
{
background-color: #FAC038;
}
</style>
border-color css
<style>
span { border-color: #FAC038; }
span { border-color: rgb(250,192,56); }
td.TdClassName
{
border-color: #FAC038;
}
.TagClassName
{
border-color: #FAC038;
}
</style>