Shades of Saffron #FAC03B
Tints of Saffron #FAC03B
RGB
CMYK
RGB Variations
Color information
#FAC03B (or 0xFAC03B) is known color: Saffron. HEX triplet: FA, C0 and 3B. RGB value is (250,192,59). Sum of RGB (Red+Green+Blue) = 250+192+59=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 59 (23.44% from 255 or 11.78% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC03B is #053FC4. Grayscale: #C2C2C2. Windows color (decimal): -344005 or 3916026. OLE color: 3916026.
HSL color Cylindrical-coordinate representation of color #FAC03B: hue angle of 41.78º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAC03B is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 59 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.02 |
| HSL | 41.78º | 0.95% | 0.61% | - |
| HSV(B) | 41.78º | 0.76% | 0.98% | - |
| XYZ | 59.06 | 58.34 | 12.29 | - |
| YUV | 194.18 | 51.72 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 59 | 0 | 0.23 | 0.76 | 0.02 | 41.78 | 0.95 | 0.61 |
| Hex | FA | C0 | 3B | 0 | 17 | 4C | 2 | 2A | 5F | 3D |
| Octal | 372 | 300 | 73 | 0 | 27 | 114 | 2 | 52 | 137 | 75 |
| Binary | 11111010 | 11000000 | 111011 | 0 | 10111 | 1001100 | 10 | 101010 | 1011111 | 111101 |
Color Harmonies of #FAC03B
Complementary color
Monochromatic Colors of #FAC03B
Black with #FAC03B
Text Example
Text Example
White with #FAC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC03B; }
p { color: rgb(250,192,59); }
H1.HeaderClassName
{
color: #FAC03B;
}
.AnyTagClassName
{
color: #FAC03B;
}
</style>
background-color css
<style>
a { background-color: #FAC03B; }
a { background-color: rgb(250,192,59); }
div.DivClassName
{
background-color: #FAC03B;
}
.BgClassName
{
background-color: #FAC03B;
}
</style>
border-color css
<style>
span { border-color: #FAC03B; }
span { border-color: rgb(250,192,59); }
td.TdClassName
{
border-color: #FAC03B;
}
.TagClassName
{
border-color: #FAC03B;
}
</style>