Shades of Saffron #F2BA38
Tints of Saffron #F2BA38
RGB
CMYK
RGB Variations
Color information
#F2BA38 (or 0xF2BA38) is known color: Saffron. HEX triplet: F2, BA and 38. RGB value is (242,186,56). Sum of RGB (Red+Green+Blue) = 242+186+56=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 56 (22.27% from 255 or 11.57% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BA38 is #0D45C7. Grayscale: #BCBCBC. Windows color (decimal): -869832 or 3717874. OLE color: 3717874.
HSL color Cylindrical-coordinate representation of color #F2BA38: hue angle of 41.94º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2BA38 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 56 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.05 |
| HSL | 41.94º | 0.88% | 0.58% | - |
| HSV(B) | 41.94º | 0.77% | 0.95% | - |
| XYZ | 54.89 | 54.28 | 11.33 | - |
| YUV | 187.92 | 53.55 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 56 | 0 | 0.23 | 0.77 | 0.05 | 41.94 | 0.88 | 0.58 |
| Hex | F2 | BA | 38 | 0 | 17 | 4D | 5 | 2A | 58 | 3A |
| Octal | 362 | 272 | 70 | 0 | 27 | 115 | 5 | 52 | 130 | 72 |
| Binary | 11110010 | 10111010 | 111000 | 0 | 10111 | 1001101 | 101 | 101010 | 1011000 | 111010 |
Color Harmonies of #F2BA38
Complementary color
Monochromatic Colors of #F2BA38
Black with #F2BA38
Text Example
Text Example
White with #F2BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA38; }
p { color: rgb(242,186,56); }
H1.HeaderClassName
{
color: #F2BA38;
}
.AnyTagClassName
{
color: #F2BA38;
}
</style>
background-color css
<style>
a { background-color: #F2BA38; }
a { background-color: rgb(242,186,56); }
div.DivClassName
{
background-color: #F2BA38;
}
.BgClassName
{
background-color: #F2BA38;
}
</style>
border-color css
<style>
span { border-color: #F2BA38; }
span { border-color: rgb(242,186,56); }
td.TdClassName
{
border-color: #F2BA38;
}
.TagClassName
{
border-color: #F2BA38;
}
</style>