Shades of Saffron #FAC134
Tints of Saffron #FAC134
RGB
CMYK
RGB Variations
Color information
#FAC134 (or 0xFAC134) is known color: Saffron. HEX triplet: FA, C1 and 34. RGB value is (250,193,52). Sum of RGB (Red+Green+Blue) = 250+193+52=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 52 (20.70% from 255 or 10.51% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC134 is #053ECB. Grayscale: #C2C2C2. Windows color (decimal): -343756 or 3457530. OLE color: 3457530.
HSL color Cylindrical-coordinate representation of color #FAC134: hue angle of 42.73º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FAC134 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 52 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.02 |
| HSL | 42.73º | 0.95% | 0.59% | - |
| HSV(B) | 42.73º | 0.79% | 0.98% | - |
| XYZ | 59.11 | 58.71 | 11.47 | - |
| YUV | 193.97 | 47.88 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 52 | 0 | 0.23 | 0.79 | 0.02 | 42.73 | 0.95 | 0.59 |
| Hex | FA | C1 | 34 | 0 | 17 | 4F | 2 | 2B | 5F | 3B |
| Octal | 372 | 301 | 64 | 0 | 27 | 117 | 2 | 53 | 137 | 73 |
| Binary | 11111010 | 11000001 | 110100 | 0 | 10111 | 1001111 | 10 | 101011 | 1011111 | 111011 |
Color Harmonies of #FAC134
Complementary color
Monochromatic Colors of #FAC134
Black with #FAC134
Text Example
Text Example
White with #FAC134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC134; }
p { color: rgb(250,193,52); }
H1.HeaderClassName
{
color: #FAC134;
}
.AnyTagClassName
{
color: #FAC134;
}
</style>
background-color css
<style>
a { background-color: #FAC134; }
a { background-color: rgb(250,193,52); }
div.DivClassName
{
background-color: #FAC134;
}
.BgClassName
{
background-color: #FAC134;
}
</style>
border-color css
<style>
span { border-color: #FAC134; }
span { border-color: rgb(250,193,52); }
td.TdClassName
{
border-color: #FAC134;
}
.TagClassName
{
border-color: #FAC134;
}
</style>