Shades of Saffron #F2BC3C
Tints of Saffron #F2BC3C
RGB
CMYK
RGB Variations
Color information
#F2BC3C (or 0xF2BC3C) is known color: Saffron. HEX triplet: F2, BC and 3C. RGB value is (242,188,60). Sum of RGB (Red+Green+Blue) = 242+188+60=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BC3C is #0D43C3. Grayscale: #BEBEBE. Windows color (decimal): -869316 or 3980530. OLE color: 3980530.
HSL color Cylindrical-coordinate representation of color #F2BC3C: hue angle of 42.2º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2BC3C is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 60 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.05 |
| HSL | 42.2º | 0.88% | 0.59% | - |
| HSV(B) | 42.2º | 0.75% | 0.95% | - |
| XYZ | 55.42 | 55.17 | 12 | - |
| YUV | 189.55 | 54.89 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 60 | 0 | 0.22 | 0.75 | 0.05 | 42.2 | 0.88 | 0.59 |
| Hex | F2 | BC | 3C | 0 | 16 | 4B | 5 | 2A | 58 | 3B |
| Octal | 362 | 274 | 74 | 0 | 26 | 113 | 5 | 52 | 130 | 73 |
| Binary | 11110010 | 10111100 | 111100 | 0 | 10110 | 1001011 | 101 | 101010 | 1011000 | 111011 |
Color Harmonies of #F2BC3C
Complementary color
Monochromatic Colors of #F2BC3C
Black with #F2BC3C
Text Example
Text Example
White with #F2BC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC3C; }
p { color: rgb(242,188,60); }
H1.HeaderClassName
{
color: #F2BC3C;
}
.AnyTagClassName
{
color: #F2BC3C;
}
</style>
background-color css
<style>
a { background-color: #F2BC3C; }
a { background-color: rgb(242,188,60); }
div.DivClassName
{
background-color: #F2BC3C;
}
.BgClassName
{
background-color: #F2BC3C;
}
</style>
border-color css
<style>
span { border-color: #F2BC3C; }
span { border-color: rgb(242,188,60); }
td.TdClassName
{
border-color: #F2BC3C;
}
.TagClassName
{
border-color: #F2BC3C;
}
</style>