Shades of Saffron #F1BE38
Tints of Saffron #F1BE38
RGB
CMYK
RGB Variations
Color information
#F1BE38 (or 0xF1BE38) is known color: Saffron. HEX triplet: F1, BE and 38. RGB value is (241,190,56). Sum of RGB (Red+Green+Blue) = 241+190+56=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BE38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BE38 is #0E41C7. Grayscale: #BEBEBE. Windows color (decimal): -934344 or 3718897. OLE color: 3718897.
HSL color Cylindrical-coordinate representation of color #F1BE38: hue angle of 43.46º degrees, saturation: 0.87, 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 #F1BE38 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 56 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.05 |
| HSL | 43.46º | 0.87% | 0.58% | - |
| HSV(B) | 43.46º | 0.77% | 0.95% | - |
| XYZ | 55.4 | 55.81 | 11.59 | - |
| YUV | 189.97 | 52.4 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 56 | 0 | 0.21 | 0.77 | 0.05 | 43.46 | 0.87 | 0.58 |
| Hex | F1 | BE | 38 | 0 | 15 | 4D | 5 | 2B | 57 | 3A |
| Octal | 361 | 276 | 70 | 0 | 25 | 115 | 5 | 53 | 127 | 72 |
| Binary | 11110001 | 10111110 | 111000 | 0 | 10101 | 1001101 | 101 | 101011 | 1010111 | 111010 |
Color Harmonies of #F1BE38
Complementary color
Monochromatic Colors of #F1BE38
Black with #F1BE38
Text Example
Text Example
White with #F1BE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BE38; }
p { color: rgb(241,190,56); }
H1.HeaderClassName
{
color: #F1BE38;
}
.AnyTagClassName
{
color: #F1BE38;
}
</style>
background-color css
<style>
a { background-color: #F1BE38; }
a { background-color: rgb(241,190,56); }
div.DivClassName
{
background-color: #F1BE38;
}
.BgClassName
{
background-color: #F1BE38;
}
</style>
border-color css
<style>
span { border-color: #F1BE38; }
span { border-color: rgb(241,190,56); }
td.TdClassName
{
border-color: #F1BE38;
}
.TagClassName
{
border-color: #F1BE38;
}
</style>