Shades of Saffron #FAC628
Tints of Saffron #FAC628
RGB
CMYK
RGB Variations
Color information
#FAC628 (or 0xFAC628) is known color: Saffron. HEX triplet: FA, C6 and 28. RGB value is (250,198,40). Sum of RGB (Red+Green+Blue) = 250+198+40=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC628 is #0539D7. Grayscale: #C4C4C4. Windows color (decimal): -342488 or 2672378. OLE color: 2672378.
HSL color Cylindrical-coordinate representation of color #FAC628: hue angle of 45.14º 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 #FAC628 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 40 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.02 |
| HSL | 45.14º | 0.95% | 0.57% | - |
| HSV(B) | 45.14º | 0.84% | 0.98% | - |
| XYZ | 60 | 60.87 | 10.59 | - |
| YUV | 195.54 | 40.23 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 40 | 0 | 0.21 | 0.84 | 0.02 | 45.14 | 0.95 | 0.57 |
| Hex | FA | C6 | 28 | 0 | 15 | 54 | 2 | 2D | 5F | 39 |
| Octal | 372 | 306 | 50 | 0 | 25 | 124 | 2 | 55 | 137 | 71 |
| Binary | 11111010 | 11000110 | 101000 | 0 | 10101 | 1010100 | 10 | 101101 | 1011111 | 111001 |
Color Harmonies of #FAC628
Complementary color
Monochromatic Colors of #FAC628
Black with #FAC628
Text Example
Text Example
White with #FAC628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC628; }
p { color: rgb(250,198,40); }
H1.HeaderClassName
{
color: #FAC628;
}
.AnyTagClassName
{
color: #FAC628;
}
</style>
background-color css
<style>
a { background-color: #FAC628; }
a { background-color: rgb(250,198,40); }
div.DivClassName
{
background-color: #FAC628;
}
.BgClassName
{
background-color: #FAC628;
}
</style>
border-color css
<style>
span { border-color: #FAC628; }
span { border-color: rgb(250,198,40); }
td.TdClassName
{
border-color: #FAC628;
}
.TagClassName
{
border-color: #FAC628;
}
</style>