Shades of Saffron #F3C43E
Tints of Saffron #F3C43E
RGB
CMYK
RGB Variations
Color information
#F3C43E (or 0xF3C43E) is known color: Saffron. HEX triplet: F3, C4 and 3E. RGB value is (243,196,62). Sum of RGB (Red+Green+Blue) = 243+196+62=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 62 (24.61% from 255 or 12.38% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C43E is #0C3BC1. Grayscale: #C3C3C3. Windows color (decimal): -801730 or 4113651. OLE color: 4113651.
HSL color Cylindrical-coordinate representation of color #F3C43E: hue angle of 44.42º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3C43E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 196 | 62 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.05 |
| HSL | 44.42º | 0.88% | 0.6% | - |
| HSV(B) | 44.42º | 0.74% | 0.95% | - |
| XYZ | 57.57 | 58.88 | 12.89 | - |
| YUV | 194.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 62 | 0 | 0.19 | 0.74 | 0.05 | 44.42 | 0.88 | 0.6 |
| Hex | F3 | C4 | 3E | 0 | 13 | 4A | 5 | 2C | 58 | 3C |
| Octal | 363 | 304 | 76 | 0 | 23 | 112 | 5 | 54 | 130 | 74 |
| Binary | 11110011 | 11000100 | 111110 | 0 | 10011 | 1001010 | 101 | 101100 | 1011000 | 111100 |
Color Harmonies of #F3C43E
Complementary color
Monochromatic Colors of #F3C43E
Black with #F3C43E
Text Example
Text Example
White with #F3C43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C43E; }
p { color: rgb(243,196,62); }
H1.HeaderClassName
{
color: #F3C43E;
}
.AnyTagClassName
{
color: #F3C43E;
}
</style>
background-color css
<style>
a { background-color: #F3C43E; }
a { background-color: rgb(243,196,62); }
div.DivClassName
{
background-color: #F3C43E;
}
.BgClassName
{
background-color: #F3C43E;
}
</style>
border-color css
<style>
span { border-color: #F3C43E; }
span { border-color: rgb(243,196,62); }
td.TdClassName
{
border-color: #F3C43E;
}
.TagClassName
{
border-color: #F3C43E;
}
</style>