Shades of Saffron #F6BC32
Tints of Saffron #F6BC32
RGB
CMYK
RGB Variations
Color information
#F6BC32 (or 0xF6BC32) is known color: Saffron. HEX triplet: F6, BC and 32. RGB value is (246,188,50). Sum of RGB (Red+Green+Blue) = 246+188+50=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BC32 is #0943CD. Grayscale: #BEBEBE. Windows color (decimal): -607182 or 3325174. OLE color: 3325174.
HSL color Cylindrical-coordinate representation of color #F6BC32: hue angle of 42.24º 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 #F6BC32 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 50 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.04 |
| HSL | 42.24º | 0.92% | 0.58% | - |
| HSV(B) | 42.24º | 0.8% | 0.96% | - |
| XYZ | 56.56 | 55.79 | 10.8 | - |
| YUV | 189.61 | 49.22 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 50 | 0 | 0.24 | 0.80 | 0.04 | 42.24 | 0.92 | 0.58 |
| Hex | F6 | BC | 32 | 0 | 18 | 50 | 4 | 2A | 5C | 3A |
| Octal | 366 | 274 | 62 | 0 | 30 | 120 | 4 | 52 | 134 | 72 |
| Binary | 11110110 | 10111100 | 110010 | 0 | 11000 | 1010000 | 100 | 101010 | 1011100 | 111010 |
Color Harmonies of #F6BC32
Complementary color
Monochromatic Colors of #F6BC32
Black with #F6BC32
Text Example
Text Example
White with #F6BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BC32; }
p { color: rgb(246,188,50); }
H1.HeaderClassName
{
color: #F6BC32;
}
.AnyTagClassName
{
color: #F6BC32;
}
</style>
background-color css
<style>
a { background-color: #F6BC32; }
a { background-color: rgb(246,188,50); }
div.DivClassName
{
background-color: #F6BC32;
}
.BgClassName
{
background-color: #F6BC32;
}
</style>
border-color css
<style>
span { border-color: #F6BC32; }
span { border-color: rgb(246,188,50); }
td.TdClassName
{
border-color: #F6BC32;
}
.TagClassName
{
border-color: #F6BC32;
}
</style>