Shades of Saffron #F5C340
Tints of Saffron #F5C340
RGB
CMYK
RGB Variations
Color information
#F5C340 (or 0xF5C340) is known color: Saffron. HEX triplet: F5, C3 and 40. RGB value is (245,195,64). Sum of RGB (Red+Green+Blue) = 245+195+64=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C340 is #0A3CBF. Grayscale: #C3C3C3. Windows color (decimal): -670912 or 4244469. OLE color: 4244469.
HSL color Cylindrical-coordinate representation of color #F5C340: hue angle of 43.43º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5C340 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 195 | 64 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.04 |
| HSL | 43.43º | 0.9% | 0.61% | - |
| HSV(B) | 43.43º | 0.74% | 0.96% | - |
| XYZ | 58.1 | 58.81 | 13.14 | - |
| YUV | 195.02 | 54.07 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 195 | 64 | 0 | 0.20 | 0.74 | 0.04 | 43.43 | 0.9 | 0.61 |
| Hex | F5 | C3 | 40 | 0 | 14 | 4A | 4 | 2B | 5A | 3D |
| Octal | 365 | 303 | 100 | 0 | 24 | 112 | 4 | 53 | 132 | 75 |
| Binary | 11110101 | 11000011 | 1000000 | 0 | 10100 | 1001010 | 100 | 101011 | 1011010 | 111101 |
Color Harmonies of #F5C340
Complementary color
Monochromatic Colors of #F5C340
Black with #F5C340
Text Example
Text Example
White with #F5C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C340; }
p { color: rgb(245,195,64); }
H1.HeaderClassName
{
color: #F5C340;
}
.AnyTagClassName
{
color: #F5C340;
}
</style>
background-color css
<style>
a { background-color: #F5C340; }
a { background-color: rgb(245,195,64); }
div.DivClassName
{
background-color: #F5C340;
}
.BgClassName
{
background-color: #F5C340;
}
</style>
border-color css
<style>
span { border-color: #F5C340; }
span { border-color: rgb(245,195,64); }
td.TdClassName
{
border-color: #F5C340;
}
.TagClassName
{
border-color: #F5C340;
}
</style>