Shades of Saffron #FAC428
Tints of Saffron #FAC428
RGB
CMYK
RGB Variations
Color information
#FAC428 (or 0xFAC428) is known color: Saffron. HEX triplet: FA, C4 and 28. RGB value is (250,196,40). Sum of RGB (Red+Green+Blue) = 250+196+40=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 40 (16.02% from 255 or 8.23% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC428 is #053BD7. Grayscale: #C3C3C3. Windows color (decimal): -343000 or 2671866. OLE color: 2671866.
HSL color Cylindrical-coordinate representation of color #FAC428: hue angle of 44.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAC428 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 40 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.02 |
| HSL | 44.57º | 0.95% | 0.57% | - |
| HSV(B) | 44.57º | 0.84% | 0.98% | - |
| XYZ | 59.55 | 59.96 | 10.44 | - |
| YUV | 194.36 | 40.89 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 40 | 0 | 0.22 | 0.84 | 0.02 | 44.57 | 0.95 | 0.57 |
| Hex | FA | C4 | 28 | 0 | 16 | 54 | 2 | 2D | 5F | 39 |
| Octal | 372 | 304 | 50 | 0 | 26 | 124 | 2 | 55 | 137 | 71 |
| Binary | 11111010 | 11000100 | 101000 | 0 | 10110 | 1010100 | 10 | 101101 | 1011111 | 111001 |
Color Harmonies of #FAC428
Complementary color
Monochromatic Colors of #FAC428
Black with #FAC428
Text Example
Text Example
White with #FAC428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC428; }
p { color: rgb(250,196,40); }
H1.HeaderClassName
{
color: #FAC428;
}
.AnyTagClassName
{
color: #FAC428;
}
</style>
background-color css
<style>
a { background-color: #FAC428; }
a { background-color: rgb(250,196,40); }
div.DivClassName
{
background-color: #FAC428;
}
.BgClassName
{
background-color: #FAC428;
}
</style>
border-color css
<style>
span { border-color: #FAC428; }
span { border-color: rgb(250,196,40); }
td.TdClassName
{
border-color: #FAC428;
}
.TagClassName
{
border-color: #FAC428;
}
</style>