Shades of Saffron #F3C331
Tints of Saffron #F3C331
RGB
CMYK
RGB Variations
Color information
#F3C331 (or 0xF3C331) is known color: Saffron. HEX triplet: F3, C3 and 31. RGB value is (243,195,49). Sum of RGB (Red+Green+Blue) = 243+195+49=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C331 is #0C3CCE. Grayscale: #C1C1C1. Windows color (decimal): -801999 or 3261427. OLE color: 3261427.
HSL color Cylindrical-coordinate representation of color #F3C331: hue angle of 45.15º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3C331 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 49 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.05 |
| HSL | 45.15º | 0.89% | 0.57% | - |
| HSV(B) | 45.15º | 0.8% | 0.95% | - |
| XYZ | 57.03 | 58.31 | 11.15 | - |
| YUV | 192.71 | 46.9 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 49 | 0 | 0.20 | 0.80 | 0.05 | 45.15 | 0.89 | 0.57 |
| Hex | F3 | C3 | 31 | 0 | 14 | 50 | 5 | 2D | 59 | 39 |
| Octal | 363 | 303 | 61 | 0 | 24 | 120 | 5 | 55 | 131 | 71 |
| Binary | 11110011 | 11000011 | 110001 | 0 | 10100 | 1010000 | 101 | 101101 | 1011001 | 111001 |
Color Harmonies of #F3C331
Complementary color
Monochromatic Colors of #F3C331
Black with #F3C331
Text Example
Text Example
White with #F3C331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C331; }
p { color: rgb(243,195,49); }
H1.HeaderClassName
{
color: #F3C331;
}
.AnyTagClassName
{
color: #F3C331;
}
</style>
background-color css
<style>
a { background-color: #F3C331; }
a { background-color: rgb(243,195,49); }
div.DivClassName
{
background-color: #F3C331;
}
.BgClassName
{
background-color: #F3C331;
}
</style>
border-color css
<style>
span { border-color: #F3C331; }
span { border-color: rgb(243,195,49); }
td.TdClassName
{
border-color: #F3C331;
}
.TagClassName
{
border-color: #F3C331;
}
</style>