Shades of Saffron #F3C63E
Tints of Saffron #F3C63E
RGB
CMYK
RGB Variations
Color information
#F3C63E (or 0xF3C63E) is known color: Saffron. HEX triplet: F3, C6 and 3E. RGB value is (243,198,62). Sum of RGB (Red+Green+Blue) = 243+198+62=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C63E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C63E is #0C39C1. Grayscale: #C4C4C4. Windows color (decimal): -801218 or 4114163. OLE color: 4114163.
HSL color Cylindrical-coordinate representation of color #F3C63E: hue angle of 45.08º 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 #F3C63E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 62 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.05 |
| HSL | 45.08º | 0.88% | 0.6% | - |
| HSV(B) | 45.08º | 0.74% | 0.95% | - |
| XYZ | 58.03 | 59.79 | 13.04 | - |
| YUV | 195.95 | 52.41 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 62 | 0 | 0.19 | 0.74 | 0.05 | 45.08 | 0.88 | 0.6 |
| Hex | F3 | C6 | 3E | 0 | 13 | 4A | 5 | 2D | 58 | 3C |
| Octal | 363 | 306 | 76 | 0 | 23 | 112 | 5 | 55 | 130 | 74 |
| Binary | 11110011 | 11000110 | 111110 | 0 | 10011 | 1001010 | 101 | 101101 | 1011000 | 111100 |
Color Harmonies of #F3C63E
Complementary color
Monochromatic Colors of #F3C63E
Black with #F3C63E
Text Example
Text Example
White with #F3C63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C63E; }
p { color: rgb(243,198,62); }
H1.HeaderClassName
{
color: #F3C63E;
}
.AnyTagClassName
{
color: #F3C63E;
}
</style>
background-color css
<style>
a { background-color: #F3C63E; }
a { background-color: rgb(243,198,62); }
div.DivClassName
{
background-color: #F3C63E;
}
.BgClassName
{
background-color: #F3C63E;
}
</style>
border-color css
<style>
span { border-color: #F3C63E; }
span { border-color: rgb(243,198,62); }
td.TdClassName
{
border-color: #F3C63E;
}
.TagClassName
{
border-color: #F3C63E;
}
</style>