Shades of Saffron #F3C73C
Tints of Saffron #F3C73C
RGB
CMYK
RGB Variations
Color information
#F3C73C (or 0xF3C73C) is known color: Saffron. HEX triplet: F3, C7 and 3C. RGB value is (243,199,60). Sum of RGB (Red+Green+Blue) = 243+199+60=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C73C is #0C38C3. Grayscale: #C4C4C4. Windows color (decimal): -800964 or 3983347. OLE color: 3983347.
HSL color Cylindrical-coordinate representation of color #F3C73C: hue angle of 45.57º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3C73C is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 60 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.05 |
| HSL | 45.57º | 0.88% | 0.59% | - |
| HSV(B) | 45.57º | 0.75% | 0.95% | - |
| XYZ | 58.2 | 60.23 | 12.83 | - |
| YUV | 196.31 | 51.08 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 60 | 0 | 0.18 | 0.75 | 0.05 | 45.57 | 0.88 | 0.59 |
| Hex | F3 | C7 | 3C | 0 | 12 | 4B | 5 | 2E | 58 | 3B |
| Octal | 363 | 307 | 74 | 0 | 22 | 113 | 5 | 56 | 130 | 73 |
| Binary | 11110011 | 11000111 | 111100 | 0 | 10010 | 1001011 | 101 | 101110 | 1011000 | 111011 |
Color Harmonies of #F3C73C
Complementary color
Monochromatic Colors of #F3C73C
Black with #F3C73C
Text Example
Text Example
White with #F3C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C73C; }
p { color: rgb(243,199,60); }
H1.HeaderClassName
{
color: #F3C73C;
}
.AnyTagClassName
{
color: #F3C73C;
}
</style>
background-color css
<style>
a { background-color: #F3C73C; }
a { background-color: rgb(243,199,60); }
div.DivClassName
{
background-color: #F3C73C;
}
.BgClassName
{
background-color: #F3C73C;
}
</style>
border-color css
<style>
span { border-color: #F3C73C; }
span { border-color: rgb(243,199,60); }
td.TdClassName
{
border-color: #F3C73C;
}
.TagClassName
{
border-color: #F3C73C;
}
</style>