Shades of Saffron #F2BE3C
Tints of Saffron #F2BE3C
RGB
CMYK
RGB Variations
Color information
#F2BE3C (or 0xF2BE3C) is known color: Saffron. HEX triplet: F2, BE and 3C. RGB value is (242,190,60). Sum of RGB (Red+Green+Blue) = 242+190+60=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BE3C is #0D41C3. Grayscale: #BFBFBF. Windows color (decimal): -868804 or 3981042. OLE color: 3981042.
HSL color Cylindrical-coordinate representation of color #F2BE3C: hue angle of 42.86º 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 #F2BE3C is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 60 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.05 |
| HSL | 42.86º | 0.88% | 0.59% | - |
| HSV(B) | 42.86º | 0.75% | 0.95% | - |
| XYZ | 55.85 | 56.03 | 12.15 | - |
| YUV | 190.73 | 54.23 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 60 | 0 | 0.21 | 0.75 | 0.05 | 42.86 | 0.88 | 0.59 |
| Hex | F2 | BE | 3C | 0 | 15 | 4B | 5 | 2B | 58 | 3B |
| Octal | 362 | 276 | 74 | 0 | 25 | 113 | 5 | 53 | 130 | 73 |
| Binary | 11110010 | 10111110 | 111100 | 0 | 10101 | 1001011 | 101 | 101011 | 1011000 | 111011 |
Color Harmonies of #F2BE3C
Complementary color
Monochromatic Colors of #F2BE3C
Black with #F2BE3C
Text Example
Text Example
White with #F2BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BE3C; }
p { color: rgb(242,190,60); }
H1.HeaderClassName
{
color: #F2BE3C;
}
.AnyTagClassName
{
color: #F2BE3C;
}
</style>
background-color css
<style>
a { background-color: #F2BE3C; }
a { background-color: rgb(242,190,60); }
div.DivClassName
{
background-color: #F2BE3C;
}
.BgClassName
{
background-color: #F2BE3C;
}
</style>
border-color css
<style>
span { border-color: #F2BE3C; }
span { border-color: rgb(242,190,60); }
td.TdClassName
{
border-color: #F2BE3C;
}
.TagClassName
{
border-color: #F2BE3C;
}
</style>