Shades of Saffron #F6BF32
Tints of Saffron #F6BF32
RGB
CMYK
RGB Variations
Color information
#F6BF32 (or 0xF6BF32) is known color: Saffron. HEX triplet: F6, BF and 32. RGB value is (246,191,50). Sum of RGB (Red+Green+Blue) = 246+191+50=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BF32 is #0940CD. Grayscale: #BFBFBF. Windows color (decimal): -606414 or 3325942. OLE color: 3325942.
HSL color Cylindrical-coordinate representation of color #F6BF32: hue angle of 43.16º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6BF32 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 191 | 50 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.04 |
| HSL | 43.16º | 0.92% | 0.58% | - |
| HSV(B) | 43.16º | 0.8% | 0.96% | - |
| XYZ | 57.21 | 57.08 | 11.02 | - |
| YUV | 191.37 | 48.22 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 191 | 50 | 0 | 0.22 | 0.80 | 0.04 | 43.16 | 0.92 | 0.58 |
| Hex | F6 | BF | 32 | 0 | 16 | 50 | 4 | 2B | 5C | 3A |
| Octal | 366 | 277 | 62 | 0 | 26 | 120 | 4 | 53 | 134 | 72 |
| Binary | 11110110 | 10111111 | 110010 | 0 | 10110 | 1010000 | 100 | 101011 | 1011100 | 111010 |
Color Harmonies of #F6BF32
Complementary color
Monochromatic Colors of #F6BF32
Black with #F6BF32
Text Example
Text Example
White with #F6BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BF32; }
p { color: rgb(246,191,50); }
H1.HeaderClassName
{
color: #F6BF32;
}
.AnyTagClassName
{
color: #F6BF32;
}
</style>
background-color css
<style>
a { background-color: #F6BF32; }
a { background-color: rgb(246,191,50); }
div.DivClassName
{
background-color: #F6BF32;
}
.BgClassName
{
background-color: #F6BF32;
}
</style>
border-color css
<style>
span { border-color: #F6BF32; }
span { border-color: rgb(246,191,50); }
td.TdClassName
{
border-color: #F6BF32;
}
.TagClassName
{
border-color: #F6BF32;
}
</style>