Shades of Saffron #F2BE3A
Tints of Saffron #F2BE3A
RGB
CMYK
RGB Variations
Color information
#F2BE3A (or 0xF2BE3A) is known color: Saffron. HEX triplet: F2, BE and 3A. RGB value is (242,190,58). Sum of RGB (Red+Green+Blue) = 242+190+58=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BE3A is #0D41C5. Grayscale: #BFBFBF. Windows color (decimal): -868806 or 3849970. OLE color: 3849970.
HSL color Cylindrical-coordinate representation of color #F2BE3A: hue angle of 43.04º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2BE3A is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 58 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.05 |
| HSL | 43.04º | 0.88% | 0.59% | - |
| HSV(B) | 43.04º | 0.76% | 0.95% | - |
| XYZ | 55.8 | 56.01 | 11.87 | - |
| YUV | 190.5 | 53.23 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 58 | 0 | 0.21 | 0.76 | 0.05 | 43.04 | 0.88 | 0.59 |
| Hex | F2 | BE | 3A | 0 | 15 | 4C | 5 | 2B | 58 | 3B |
| Octal | 362 | 276 | 72 | 0 | 25 | 114 | 5 | 53 | 130 | 73 |
| Binary | 11110010 | 10111110 | 111010 | 0 | 10101 | 1001100 | 101 | 101011 | 1011000 | 111011 |
Color Harmonies of #F2BE3A
Complementary color
Monochromatic Colors of #F2BE3A
Black with #F2BE3A
Text Example
Text Example
White with #F2BE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BE3A; }
p { color: rgb(242,190,58); }
H1.HeaderClassName
{
color: #F2BE3A;
}
.AnyTagClassName
{
color: #F2BE3A;
}
</style>
background-color css
<style>
a { background-color: #F2BE3A; }
a { background-color: rgb(242,190,58); }
div.DivClassName
{
background-color: #F2BE3A;
}
.BgClassName
{
background-color: #F2BE3A;
}
</style>
border-color css
<style>
span { border-color: #F2BE3A; }
span { border-color: rgb(242,190,58); }
td.TdClassName
{
border-color: #F2BE3A;
}
.TagClassName
{
border-color: #F2BE3A;
}
</style>