Shades of Saffron #FAC236
Tints of Saffron #FAC236
RGB
CMYK
RGB Variations
Color information
#FAC236 (or 0xFAC236) is known color: Saffron. HEX triplet: FA, C2 and 36. RGB value is (250,194,54). Sum of RGB (Red+Green+Blue) = 250+194+54=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 54 (21.48% from 255 or 10.84% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC236 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC236 is #053DC9. Grayscale: #C3C3C3. Windows color (decimal): -343498 or 3588858. OLE color: 3588858.
HSL color Cylindrical-coordinate representation of color #FAC236: hue angle of 42.86º 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 #FAC236 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 54 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.02 |
| HSL | 42.86º | 0.95% | 0.6% | - |
| HSV(B) | 42.86º | 0.78% | 0.98% | - |
| XYZ | 59.38 | 59.17 | 11.78 | - |
| YUV | 194.78 | 48.55 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 54 | 0 | 0.22 | 0.78 | 0.02 | 42.86 | 0.95 | 0.6 |
| Hex | FA | C2 | 36 | 0 | 16 | 4E | 2 | 2B | 5F | 3C |
| Octal | 372 | 302 | 66 | 0 | 26 | 116 | 2 | 53 | 137 | 74 |
| Binary | 11111010 | 11000010 | 110110 | 0 | 10110 | 1001110 | 10 | 101011 | 1011111 | 111100 |
Color Harmonies of #FAC236
Complementary color
Monochromatic Colors of #FAC236
Black with #FAC236
Text Example
Text Example
White with #FAC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC236; }
p { color: rgb(250,194,54); }
H1.HeaderClassName
{
color: #FAC236;
}
.AnyTagClassName
{
color: #FAC236;
}
</style>
background-color css
<style>
a { background-color: #FAC236; }
a { background-color: rgb(250,194,54); }
div.DivClassName
{
background-color: #FAC236;
}
.BgClassName
{
background-color: #FAC236;
}
</style>
border-color css
<style>
span { border-color: #FAC236; }
span { border-color: rgb(250,194,54); }
td.TdClassName
{
border-color: #FAC236;
}
.TagClassName
{
border-color: #FAC236;
}
</style>