Shades of Saffron #FAC327
Tints of Saffron #FAC327
RGB
CMYK
RGB Variations
Color information
#FAC327 (or 0xFAC327) is known color: Saffron. HEX triplet: FA, C3 and 27. RGB value is (250,195,39). Sum of RGB (Red+Green+Blue) = 250+195+39=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 39 (15.62% from 255 or 8.06% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC327 is #053CD8. Grayscale: #C2C2C2. Windows color (decimal): -343257 or 2606074. OLE color: 2606074.
HSL color Cylindrical-coordinate representation of color #FAC327: hue angle of 44.36º 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 #FAC327 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 39 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.02 |
| HSL | 44.36º | 0.95% | 0.57% | - |
| HSV(B) | 44.36º | 0.84% | 0.98% | - |
| XYZ | 59.31 | 59.5 | 10.28 | - |
| YUV | 193.66 | 40.72 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 39 | 0 | 0.22 | 0.84 | 0.02 | 44.36 | 0.95 | 0.57 |
| Hex | FA | C3 | 27 | 0 | 16 | 54 | 2 | 2C | 5F | 39 |
| Octal | 372 | 303 | 47 | 0 | 26 | 124 | 2 | 54 | 137 | 71 |
| Binary | 11111010 | 11000011 | 100111 | 0 | 10110 | 1010100 | 10 | 101100 | 1011111 | 111001 |
Color Harmonies of #FAC327
Complementary color
Monochromatic Colors of #FAC327
Black with #FAC327
Text Example
Text Example
White with #FAC327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC327; }
p { color: rgb(250,195,39); }
H1.HeaderClassName
{
color: #FAC327;
}
.AnyTagClassName
{
color: #FAC327;
}
</style>
background-color css
<style>
a { background-color: #FAC327; }
a { background-color: rgb(250,195,39); }
div.DivClassName
{
background-color: #FAC327;
}
.BgClassName
{
background-color: #FAC327;
}
</style>
border-color css
<style>
span { border-color: #FAC327; }
span { border-color: rgb(250,195,39); }
td.TdClassName
{
border-color: #FAC327;
}
.TagClassName
{
border-color: #FAC327;
}
</style>