Shades of Saffron #F5C63F
Tints of Saffron #F5C63F
RGB
CMYK
RGB Variations
Color information
#F5C63F (or 0xF5C63F) is known color: Saffron. HEX triplet: F5, C6 and 3F. RGB value is (245,198,63). Sum of RGB (Red+Green+Blue) = 245+198+63=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 63 (25% from 255 or 12.45% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C63F is #0A39C0. Grayscale: #C5C5C5. Windows color (decimal): -670145 or 4179701. OLE color: 4179701.
HSL color Cylindrical-coordinate representation of color #F5C63F: hue angle of 44.51º 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 #F5C63F is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 198 | 63 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.04 |
| HSL | 44.51º | 0.9% | 0.6% | - |
| HSV(B) | 44.51º | 0.74% | 0.96% | - |
| XYZ | 58.75 | 60.16 | 13.22 | - |
| YUV | 196.66 | 52.57 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 198 | 63 | 0 | 0.19 | 0.74 | 0.04 | 44.51 | 0.9 | 0.6 |
| Hex | F5 | C6 | 3F | 0 | 13 | 4A | 4 | 2D | 5A | 3C |
| Octal | 365 | 306 | 77 | 0 | 23 | 112 | 4 | 55 | 132 | 74 |
| Binary | 11110101 | 11000110 | 111111 | 0 | 10011 | 1001010 | 100 | 101101 | 1011010 | 111100 |
Color Harmonies of #F5C63F
Complementary color
Monochromatic Colors of #F5C63F
Black with #F5C63F
Text Example
Text Example
White with #F5C63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C63F; }
p { color: rgb(245,198,63); }
H1.HeaderClassName
{
color: #F5C63F;
}
.AnyTagClassName
{
color: #F5C63F;
}
</style>
background-color css
<style>
a { background-color: #F5C63F; }
a { background-color: rgb(245,198,63); }
div.DivClassName
{
background-color: #F5C63F;
}
.BgClassName
{
background-color: #F5C63F;
}
</style>
border-color css
<style>
span { border-color: #F5C63F; }
span { border-color: rgb(245,198,63); }
td.TdClassName
{
border-color: #F5C63F;
}
.TagClassName
{
border-color: #F5C63F;
}
</style>