Shades of Saffron #F3C93D
Tints of Saffron #F3C93D
RGB
CMYK
RGB Variations
Color information
#F3C93D (or 0xF3C93D) is known color: Saffron. HEX triplet: F3, C9 and 3D. RGB value is (243,201,61). Sum of RGB (Red+Green+Blue) = 243+201+61=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 61 (24.22% from 255 or 12.08% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C93D is #0C36C2. Grayscale: #C6C6C6. Windows color (decimal): -800451 or 4049395. OLE color: 4049395.
HSL color Cylindrical-coordinate representation of color #F3C93D: hue angle of 46.15º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3C93D is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 61 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.05 |
| HSL | 46.15º | 0.88% | 0.6% | - |
| HSV(B) | 46.15º | 0.75% | 0.95% | - |
| XYZ | 58.69 | 61.16 | 13.13 | - |
| YUV | 197.6 | 50.91 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 61 | 0 | 0.17 | 0.75 | 0.05 | 46.15 | 0.88 | 0.6 |
| Hex | F3 | C9 | 3D | 0 | 11 | 4B | 5 | 2E | 58 | 3C |
| Octal | 363 | 311 | 75 | 0 | 21 | 113 | 5 | 56 | 130 | 74 |
| Binary | 11110011 | 11001001 | 111101 | 0 | 10001 | 1001011 | 101 | 101110 | 1011000 | 111100 |
Color Harmonies of #F3C93D
Complementary color
Monochromatic Colors of #F3C93D
Black with #F3C93D
Text Example
Text Example
White with #F3C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C93D; }
p { color: rgb(243,201,61); }
H1.HeaderClassName
{
color: #F3C93D;
}
.AnyTagClassName
{
color: #F3C93D;
}
</style>
background-color css
<style>
a { background-color: #F3C93D; }
a { background-color: rgb(243,201,61); }
div.DivClassName
{
background-color: #F3C93D;
}
.BgClassName
{
background-color: #F3C93D;
}
</style>
border-color css
<style>
span { border-color: #F3C93D; }
span { border-color: rgb(243,201,61); }
td.TdClassName
{
border-color: #F3C93D;
}
.TagClassName
{
border-color: #F3C93D;
}
</style>