Shades of Saffron #FAC230
Tints of Saffron #FAC230
RGB
CMYK
RGB Variations
Color information
#FAC230 (or 0xFAC230) is known color: Saffron. HEX triplet: FA, C2 and 30. RGB value is (250,194,48). Sum of RGB (Red+Green+Blue) = 250+194+48=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC230 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC230 is #053DCF. Grayscale: #C2C2C2. Windows color (decimal): -343504 or 3195642. OLE color: 3195642.
HSL color Cylindrical-coordinate representation of color #FAC230: hue angle of 43.37º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FAC230 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 48 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.02 |
| HSL | 43.37º | 0.95% | 0.58% | - |
| HSV(B) | 43.37º | 0.81% | 0.98% | - |
| XYZ | 59.25 | 59.12 | 11.09 | - |
| YUV | 194.1 | 45.55 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 48 | 0 | 0.22 | 0.81 | 0.02 | 43.37 | 0.95 | 0.58 |
| Hex | FA | C2 | 30 | 0 | 16 | 51 | 2 | 2B | 5F | 3A |
| Octal | 372 | 302 | 60 | 0 | 26 | 121 | 2 | 53 | 137 | 72 |
| Binary | 11111010 | 11000010 | 110000 | 0 | 10110 | 1010001 | 10 | 101011 | 1011111 | 111010 |
Color Harmonies of #FAC230
Complementary color
Monochromatic Colors of #FAC230
Black with #FAC230
Text Example
Text Example
White with #FAC230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC230; }
p { color: rgb(250,194,48); }
H1.HeaderClassName
{
color: #FAC230;
}
.AnyTagClassName
{
color: #FAC230;
}
</style>
background-color css
<style>
a { background-color: #FAC230; }
a { background-color: rgb(250,194,48); }
div.DivClassName
{
background-color: #FAC230;
}
.BgClassName
{
background-color: #FAC230;
}
</style>
border-color css
<style>
span { border-color: #FAC230; }
span { border-color: rgb(250,194,48); }
td.TdClassName
{
border-color: #FAC230;
}
.TagClassName
{
border-color: #FAC230;
}
</style>