Shades of Saffron #F3C040
Tints of Saffron #F3C040
RGB
CMYK
RGB Variations
Color information
#F3C040 (or 0xF3C040) is known color: Saffron. HEX triplet: F3, C0 and 40. RGB value is (243,192,64). Sum of RGB (Red+Green+Blue) = 243+192+64=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C040 is #0C3FBF. Grayscale: #C1C1C1. Windows color (decimal): -802752 or 4243699. OLE color: 4243699.
HSL color Cylindrical-coordinate representation of color #F3C040: hue angle of 42.91º 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 #F3C040 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 64 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.05 |
| HSL | 42.91º | 0.88% | 0.6% | - |
| HSV(B) | 42.91º | 0.74% | 0.95% | - |
| XYZ | 56.74 | 57.12 | 12.89 | - |
| YUV | 192.66 | 55.4 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 64 | 0 | 0.21 | 0.74 | 0.05 | 42.91 | 0.88 | 0.6 |
| Hex | F3 | C0 | 40 | 0 | 15 | 4A | 5 | 2B | 58 | 3C |
| Octal | 363 | 300 | 100 | 0 | 25 | 112 | 5 | 53 | 130 | 74 |
| Binary | 11110011 | 11000000 | 1000000 | 0 | 10101 | 1001010 | 101 | 101011 | 1011000 | 111100 |
Color Harmonies of #F3C040
Complementary color
Monochromatic Colors of #F3C040
Black with #F3C040
Text Example
Text Example
White with #F3C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C040; }
p { color: rgb(243,192,64); }
H1.HeaderClassName
{
color: #F3C040;
}
.AnyTagClassName
{
color: #F3C040;
}
</style>
background-color css
<style>
a { background-color: #F3C040; }
a { background-color: rgb(243,192,64); }
div.DivClassName
{
background-color: #F3C040;
}
.BgClassName
{
background-color: #F3C040;
}
</style>
border-color css
<style>
span { border-color: #F3C040; }
span { border-color: rgb(243,192,64); }
td.TdClassName
{
border-color: #F3C040;
}
.TagClassName
{
border-color: #F3C040;
}
</style>