Shades of Saffron #FAC23A
Tints of Saffron #FAC23A
RGB
CMYK
RGB Variations
Color information
#FAC23A (or 0xFAC23A) is known color: Saffron. HEX triplet: FA, C2 and 3A. RGB value is (250,194,58). Sum of RGB (Red+Green+Blue) = 250+194+58=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 58 (23.05% from 255 or 11.55% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC23A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC23A is #053DC5. Grayscale: #C3C3C3. Windows color (decimal): -343494 or 3851002. OLE color: 3851002.
HSL color Cylindrical-coordinate representation of color #FAC23A: hue angle of 42.5º 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 #FAC23A is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 58 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.02 |
| HSL | 42.5º | 0.95% | 0.6% | - |
| HSV(B) | 42.5º | 0.77% | 0.98% | - |
| XYZ | 59.48 | 59.21 | 12.3 | - |
| YUV | 195.24 | 50.55 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 58 | 0 | 0.22 | 0.77 | 0.02 | 42.5 | 0.95 | 0.6 |
| Hex | FA | C2 | 3A | 0 | 16 | 4D | 2 | 2A | 5F | 3C |
| Octal | 372 | 302 | 72 | 0 | 26 | 115 | 2 | 52 | 137 | 74 |
| Binary | 11111010 | 11000010 | 111010 | 0 | 10110 | 1001101 | 10 | 101010 | 1011111 | 111100 |
Color Harmonies of #FAC23A
Complementary color
Monochromatic Colors of #FAC23A
Black with #FAC23A
Text Example
Text Example
White with #FAC23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC23A; }
p { color: rgb(250,194,58); }
H1.HeaderClassName
{
color: #FAC23A;
}
.AnyTagClassName
{
color: #FAC23A;
}
</style>
background-color css
<style>
a { background-color: #FAC23A; }
a { background-color: rgb(250,194,58); }
div.DivClassName
{
background-color: #FAC23A;
}
.BgClassName
{
background-color: #FAC23A;
}
</style>
border-color css
<style>
span { border-color: #FAC23A; }
span { border-color: rgb(250,194,58); }
td.TdClassName
{
border-color: #FAC23A;
}
.TagClassName
{
border-color: #FAC23A;
}
</style>