Shades of Saffron #F5BF3C
Tints of Saffron #F5BF3C
RGB
CMYK
RGB Variations
Color information
#F5BF3C (or 0xF5BF3C) is known color: Saffron. HEX triplet: F5, BF and 3C. RGB value is (245,191,60). Sum of RGB (Red+Green+Blue) = 245+191+60=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BF3C is #0A40C3. Grayscale: #C0C0C0. Windows color (decimal): -671940 or 3981301. OLE color: 3981301.
HSL color Cylindrical-coordinate representation of color #F5BF3C: hue angle of 42.49º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5BF3C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 60 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.04 |
| HSL | 42.49º | 0.9% | 0.6% | - |
| HSV(B) | 42.49º | 0.76% | 0.96% | - |
| XYZ | 57.1 | 57 | 12.27 | - |
| YUV | 192.21 | 53.39 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 60 | 0 | 0.22 | 0.76 | 0.04 | 42.49 | 0.9 | 0.6 |
| Hex | F5 | BF | 3C | 0 | 16 | 4C | 4 | 2A | 5A | 3C |
| Octal | 365 | 277 | 74 | 0 | 26 | 114 | 4 | 52 | 132 | 74 |
| Binary | 11110101 | 10111111 | 111100 | 0 | 10110 | 1001100 | 100 | 101010 | 1011010 | 111100 |
Color Harmonies of #F5BF3C
Complementary color
Monochromatic Colors of #F5BF3C
Black with #F5BF3C
Text Example
Text Example
White with #F5BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BF3C; }
p { color: rgb(245,191,60); }
H1.HeaderClassName
{
color: #F5BF3C;
}
.AnyTagClassName
{
color: #F5BF3C;
}
</style>
background-color css
<style>
a { background-color: #F5BF3C; }
a { background-color: rgb(245,191,60); }
div.DivClassName
{
background-color: #F5BF3C;
}
.BgClassName
{
background-color: #F5BF3C;
}
</style>
border-color css
<style>
span { border-color: #F5BF3C; }
span { border-color: rgb(245,191,60); }
td.TdClassName
{
border-color: #F5BF3C;
}
.TagClassName
{
border-color: #F5BF3C;
}
</style>