Shades of Saffron #FAC536
Tints of Saffron #FAC536
RGB
CMYK
RGB Variations
Color information
#FAC536 (or 0xFAC536) is known color: Saffron. HEX triplet: FA, C5 and 36. RGB value is (250,197,54). Sum of RGB (Red+Green+Blue) = 250+197+54=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 54 (21.48% from 255 or 10.78% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC536 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC536 is #053AC9. Grayscale: #C5C5C5. Windows color (decimal): -342730 or 3589626. OLE color: 3589626.
HSL color Cylindrical-coordinate representation of color #FAC536: hue angle of 43.78º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FAC536 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 54 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.02 |
| HSL | 43.78º | 0.95% | 0.6% | - |
| HSV(B) | 43.78º | 0.78% | 0.98% | - |
| XYZ | 60.06 | 60.52 | 12.01 | - |
| YUV | 196.55 | 47.56 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 54 | 0 | 0.21 | 0.78 | 0.02 | 43.78 | 0.95 | 0.6 |
| Hex | FA | C5 | 36 | 0 | 15 | 4E | 2 | 2C | 5F | 3C |
| Octal | 372 | 305 | 66 | 0 | 25 | 116 | 2 | 54 | 137 | 74 |
| Binary | 11111010 | 11000101 | 110110 | 0 | 10101 | 1001110 | 10 | 101100 | 1011111 | 111100 |
Color Harmonies of #FAC536
Complementary color
Monochromatic Colors of #FAC536
Black with #FAC536
Text Example
Text Example
White with #FAC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC536; }
p { color: rgb(250,197,54); }
H1.HeaderClassName
{
color: #FAC536;
}
.AnyTagClassName
{
color: #FAC536;
}
</style>
background-color css
<style>
a { background-color: #FAC536; }
a { background-color: rgb(250,197,54); }
div.DivClassName
{
background-color: #FAC536;
}
.BgClassName
{
background-color: #FAC536;
}
</style>
border-color css
<style>
span { border-color: #FAC536; }
span { border-color: rgb(250,197,54); }
td.TdClassName
{
border-color: #FAC536;
}
.TagClassName
{
border-color: #FAC536;
}
</style>