Shades of Saffron #F5BF3D
Tints of Saffron #F5BF3D
RGB
CMYK
RGB Variations
Color information
#F5BF3D (or 0xF5BF3D) is known color: Saffron. HEX triplet: F5, BF and 3D. RGB value is (245,191,61). Sum of RGB (Red+Green+Blue) = 245+191+61=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BF3D is #0A40C2. Grayscale: #C0C0C0. Windows color (decimal): -671939 or 4046837. OLE color: 4046837.
HSL color Cylindrical-coordinate representation of color #F5BF3D: hue angle of 42.39º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5BF3D is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 61 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.04 |
| HSL | 42.39º | 0.9% | 0.6% | - |
| HSV(B) | 42.39º | 0.75% | 0.96% | - |
| XYZ | 57.13 | 57.01 | 12.41 | - |
| YUV | 192.33 | 53.89 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 61 | 0 | 0.22 | 0.75 | 0.04 | 42.39 | 0.9 | 0.6 |
| Hex | F5 | BF | 3D | 0 | 16 | 4B | 4 | 2A | 5A | 3C |
| Octal | 365 | 277 | 75 | 0 | 26 | 113 | 4 | 52 | 132 | 74 |
| Binary | 11110101 | 10111111 | 111101 | 0 | 10110 | 1001011 | 100 | 101010 | 1011010 | 111100 |
Color Harmonies of #F5BF3D
Complementary color
Monochromatic Colors of #F5BF3D
Black with #F5BF3D
Text Example
Text Example
White with #F5BF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BF3D; }
p { color: rgb(245,191,61); }
H1.HeaderClassName
{
color: #F5BF3D;
}
.AnyTagClassName
{
color: #F5BF3D;
}
</style>
background-color css
<style>
a { background-color: #F5BF3D; }
a { background-color: rgb(245,191,61); }
div.DivClassName
{
background-color: #F5BF3D;
}
.BgClassName
{
background-color: #F5BF3D;
}
</style>
border-color css
<style>
span { border-color: #F5BF3D; }
span { border-color: rgb(245,191,61); }
td.TdClassName
{
border-color: #F5BF3D;
}
.TagClassName
{
border-color: #F5BF3D;
}
</style>