Shades of Saffron #F5C73F
Tints of Saffron #F5C73F
RGB
CMYK
RGB Variations
Color information
#F5C73F (or 0xF5C73F) is known color: Saffron. HEX triplet: F5, C7 and 3F. RGB value is (245,199,63). Sum of RGB (Red+Green+Blue) = 245+199+63=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 63 (25% from 255 or 12.43% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C73F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C73F is #0A38C0. Grayscale: #C5C5C5. Windows color (decimal): -669889 or 4179957. OLE color: 4179957.
HSL color Cylindrical-coordinate representation of color #F5C73F: hue angle of 44.84º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5C73F is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 199 | 63 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.04 |
| HSL | 44.84º | 0.9% | 0.6% | - |
| HSV(B) | 44.84º | 0.74% | 0.96% | - |
| XYZ | 58.98 | 60.62 | 13.29 | - |
| YUV | 197.25 | 52.24 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 199 | 63 | 0 | 0.19 | 0.74 | 0.04 | 44.84 | 0.9 | 0.6 |
| Hex | F5 | C7 | 3F | 0 | 13 | 4A | 4 | 2D | 5A | 3C |
| Octal | 365 | 307 | 77 | 0 | 23 | 112 | 4 | 55 | 132 | 74 |
| Binary | 11110101 | 11000111 | 111111 | 0 | 10011 | 1001010 | 100 | 101101 | 1011010 | 111100 |
Color Harmonies of #F5C73F
Complementary color
Monochromatic Colors of #F5C73F
Black with #F5C73F
Text Example
Text Example
White with #F5C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C73F; }
p { color: rgb(245,199,63); }
H1.HeaderClassName
{
color: #F5C73F;
}
.AnyTagClassName
{
color: #F5C73F;
}
</style>
background-color css
<style>
a { background-color: #F5C73F; }
a { background-color: rgb(245,199,63); }
div.DivClassName
{
background-color: #F5C73F;
}
.BgClassName
{
background-color: #F5C73F;
}
</style>
border-color css
<style>
span { border-color: #F5C73F; }
span { border-color: rgb(245,199,63); }
td.TdClassName
{
border-color: #F5C73F;
}
.TagClassName
{
border-color: #F5C73F;
}
</style>