Shades of Saffron #F2BD3C
Tints of Saffron #F2BD3C
RGB
CMYK
RGB Variations
Color information
#F2BD3C (or 0xF2BD3C) is known color: Saffron. HEX triplet: F2, BD and 3C. RGB value is (242,189,60). Sum of RGB (Red+Green+Blue) = 242+189+60=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 60 (23.83% from 255 or 12.22% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BD3C is #0D42C3. Grayscale: #BEBEBE. Windows color (decimal): -869060 or 3980786. OLE color: 3980786.
HSL color Cylindrical-coordinate representation of color #F2BD3C: hue angle of 42.53º 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 #F2BD3C is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 60 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.05 |
| HSL | 42.53º | 0.88% | 0.59% | - |
| HSV(B) | 42.53º | 0.75% | 0.95% | - |
| XYZ | 55.63 | 55.6 | 12.07 | - |
| YUV | 190.14 | 54.56 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 60 | 0 | 0.22 | 0.75 | 0.05 | 42.53 | 0.88 | 0.59 |
| Hex | F2 | BD | 3C | 0 | 16 | 4B | 5 | 2B | 58 | 3B |
| Octal | 362 | 275 | 74 | 0 | 26 | 113 | 5 | 53 | 130 | 73 |
| Binary | 11110010 | 10111101 | 111100 | 0 | 10110 | 1001011 | 101 | 101011 | 1011000 | 111011 |
Color Harmonies of #F2BD3C
Complementary color
Monochromatic Colors of #F2BD3C
Black with #F2BD3C
Text Example
Text Example
White with #F2BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD3C; }
p { color: rgb(242,189,60); }
H1.HeaderClassName
{
color: #F2BD3C;
}
.AnyTagClassName
{
color: #F2BD3C;
}
</style>
background-color css
<style>
a { background-color: #F2BD3C; }
a { background-color: rgb(242,189,60); }
div.DivClassName
{
background-color: #F2BD3C;
}
.BgClassName
{
background-color: #F2BD3C;
}
</style>
border-color css
<style>
span { border-color: #F2BD3C; }
span { border-color: rgb(242,189,60); }
td.TdClassName
{
border-color: #F2BD3C;
}
.TagClassName
{
border-color: #F2BD3C;
}
</style>