Shades of Saffron #F3C42F
Tints of Saffron #F3C42F
RGB
CMYK
RGB Variations
Color information
#F3C42F (or 0xF3C42F) is known color: Saffron. HEX triplet: F3, C4 and 2F. RGB value is (243,196,47). Sum of RGB (Red+Green+Blue) = 243+196+47=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C42F is #0C3BD0. Grayscale: #C1C1C1. Windows color (decimal): -801745 or 3130611. OLE color: 3130611.
HSL color Cylindrical-coordinate representation of color #F3C42F: hue angle of 45.61º 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 #F3C42F is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 196 | 47 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.05 |
| HSL | 45.61º | 0.89% | 0.57% | - |
| HSV(B) | 45.61º | 0.81% | 0.95% | - |
| XYZ | 57.22 | 58.74 | 11.01 | - |
| YUV | 193.07 | 45.57 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 47 | 0 | 0.19 | 0.81 | 0.05 | 45.61 | 0.89 | 0.57 |
| Hex | F3 | C4 | 2F | 0 | 13 | 51 | 5 | 2E | 59 | 39 |
| Octal | 363 | 304 | 57 | 0 | 23 | 121 | 5 | 56 | 131 | 71 |
| Binary | 11110011 | 11000100 | 101111 | 0 | 10011 | 1010001 | 101 | 101110 | 1011001 | 111001 |
Color Harmonies of #F3C42F
Complementary color
Monochromatic Colors of #F3C42F
Black with #F3C42F
Text Example
Text Example
White with #F3C42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C42F; }
p { color: rgb(243,196,47); }
H1.HeaderClassName
{
color: #F3C42F;
}
.AnyTagClassName
{
color: #F3C42F;
}
</style>
background-color css
<style>
a { background-color: #F3C42F; }
a { background-color: rgb(243,196,47); }
div.DivClassName
{
background-color: #F3C42F;
}
.BgClassName
{
background-color: #F3C42F;
}
</style>
border-color css
<style>
span { border-color: #F3C42F; }
span { border-color: rgb(243,196,47); }
td.TdClassName
{
border-color: #F3C42F;
}
.TagClassName
{
border-color: #F3C42F;
}
</style>