Shades of Saffron #F3C62F
Tints of Saffron #F3C62F
RGB
CMYK
RGB Variations
Color information
#F3C62F (or 0xF3C62F) is known color: Saffron. HEX triplet: F3, C6 and 2F. RGB value is (243,198,47). Sum of RGB (Red+Green+Blue) = 243+198+47=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C62F is #0C39D0. Grayscale: #C2C2C2. Windows color (decimal): -801233 or 3131123. OLE color: 3131123.
HSL color Cylindrical-coordinate representation of color #F3C62F: hue angle of 46.22º 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 #F3C62F is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 47 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.05 |
| HSL | 46.22º | 0.89% | 0.57% | - |
| HSV(B) | 46.22º | 0.81% | 0.95% | - |
| XYZ | 57.67 | 59.65 | 11.16 | - |
| YUV | 194.24 | 44.91 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 47 | 0 | 0.19 | 0.81 | 0.05 | 46.22 | 0.89 | 0.57 |
| Hex | F3 | C6 | 2F | 0 | 13 | 51 | 5 | 2E | 59 | 39 |
| Octal | 363 | 306 | 57 | 0 | 23 | 121 | 5 | 56 | 131 | 71 |
| Binary | 11110011 | 11000110 | 101111 | 0 | 10011 | 1010001 | 101 | 101110 | 1011001 | 111001 |
Color Harmonies of #F3C62F
Complementary color
Monochromatic Colors of #F3C62F
Black with #F3C62F
Text Example
Text Example
White with #F3C62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C62F; }
p { color: rgb(243,198,47); }
H1.HeaderClassName
{
color: #F3C62F;
}
.AnyTagClassName
{
color: #F3C62F;
}
</style>
background-color css
<style>
a { background-color: #F3C62F; }
a { background-color: rgb(243,198,47); }
div.DivClassName
{
background-color: #F3C62F;
}
.BgClassName
{
background-color: #F3C62F;
}
</style>
border-color css
<style>
span { border-color: #F3C62F; }
span { border-color: rgb(243,198,47); }
td.TdClassName
{
border-color: #F3C62F;
}
.TagClassName
{
border-color: #F3C62F;
}
</style>