Shades of Saffron #F3C32E
Tints of Saffron #F3C32E
RGB
CMYK
RGB Variations
Color information
#F3C32E (or 0xF3C32E) is known color: Saffron. HEX triplet: F3, C3 and 2E. RGB value is (243,195,46). Sum of RGB (Red+Green+Blue) = 243+195+46=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C32E is #0C3CD1. Grayscale: #C1C1C1. Windows color (decimal): -802002 or 3064819. OLE color: 3064819.
HSL color Cylindrical-coordinate representation of color #F3C32E: hue angle of 45.38º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3C32E is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 46 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.05 |
| HSL | 45.38º | 0.89% | 0.57% | - |
| HSV(B) | 45.38º | 0.81% | 0.95% | - |
| XYZ | 56.97 | 58.28 | 10.83 | - |
| YUV | 192.37 | 45.4 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 46 | 0 | 0.20 | 0.81 | 0.05 | 45.38 | 0.89 | 0.57 |
| Hex | F3 | C3 | 2E | 0 | 14 | 51 | 5 | 2D | 59 | 39 |
| Octal | 363 | 303 | 56 | 0 | 24 | 121 | 5 | 55 | 131 | 71 |
| Binary | 11110011 | 11000011 | 101110 | 0 | 10100 | 1010001 | 101 | 101101 | 1011001 | 111001 |
Color Harmonies of #F3C32E
Complementary color
Monochromatic Colors of #F3C32E
Black with #F3C32E
Text Example
Text Example
White with #F3C32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C32E; }
p { color: rgb(243,195,46); }
H1.HeaderClassName
{
color: #F3C32E;
}
.AnyTagClassName
{
color: #F3C32E;
}
</style>
background-color css
<style>
a { background-color: #F3C32E; }
a { background-color: rgb(243,195,46); }
div.DivClassName
{
background-color: #F3C32E;
}
.BgClassName
{
background-color: #F3C32E;
}
</style>
border-color css
<style>
span { border-color: #F3C32E; }
span { border-color: rgb(243,195,46); }
td.TdClassName
{
border-color: #F3C32E;
}
.TagClassName
{
border-color: #F3C32E;
}
</style>