Shades of Saffron #F3C73D
Tints of Saffron #F3C73D
RGB
CMYK
RGB Variations
Color information
#F3C73D (or 0xF3C73D) is known color: Saffron. HEX triplet: F3, C7 and 3D. RGB value is (243,199,61). Sum of RGB (Red+Green+Blue) = 243+199+61=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 61 (24.22% from 255 or 12.13% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C73D is #0C38C2. Grayscale: #C5C5C5. Windows color (decimal): -800963 or 4048883. OLE color: 4048883.
HSL color Cylindrical-coordinate representation of color #F3C73D: hue angle of 45.49º 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 #F3C73D is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 61 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.05 |
| HSL | 45.49º | 0.88% | 0.6% | - |
| HSV(B) | 45.49º | 0.75% | 0.95% | - |
| XYZ | 58.23 | 60.24 | 12.97 | - |
| YUV | 196.42 | 51.58 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 61 | 0 | 0.18 | 0.75 | 0.05 | 45.49 | 0.88 | 0.6 |
| Hex | F3 | C7 | 3D | 0 | 12 | 4B | 5 | 2D | 58 | 3C |
| Octal | 363 | 307 | 75 | 0 | 22 | 113 | 5 | 55 | 130 | 74 |
| Binary | 11110011 | 11000111 | 111101 | 0 | 10010 | 1001011 | 101 | 101101 | 1011000 | 111100 |
Color Harmonies of #F3C73D
Complementary color
Monochromatic Colors of #F3C73D
Black with #F3C73D
Text Example
Text Example
White with #F3C73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C73D; }
p { color: rgb(243,199,61); }
H1.HeaderClassName
{
color: #F3C73D;
}
.AnyTagClassName
{
color: #F3C73D;
}
</style>
background-color css
<style>
a { background-color: #F3C73D; }
a { background-color: rgb(243,199,61); }
div.DivClassName
{
background-color: #F3C73D;
}
.BgClassName
{
background-color: #F3C73D;
}
</style>
border-color css
<style>
span { border-color: #F3C73D; }
span { border-color: rgb(243,199,61); }
td.TdClassName
{
border-color: #F3C73D;
}
.TagClassName
{
border-color: #F3C73D;
}
</style>