Shades of Saffron #F2C73A
Tints of Saffron #F2C73A
RGB
CMYK
RGB Variations
Color information
#F2C73A (or 0xF2C73A) is known color: Saffron. HEX triplet: F2, C7 and 3A. RGB value is (242,199,58). Sum of RGB (Red+Green+Blue) = 242+199+58=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 58 (23.05% from 255 or 11.62% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C73A is #0D38C5. Grayscale: #C4C4C4. Windows color (decimal): -866502 or 3852274. OLE color: 3852274.
HSL color Cylindrical-coordinate representation of color #F2C73A: hue angle of 45.98º 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 #F2C73A is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 58 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.05 |
| HSL | 45.98º | 0.88% | 0.59% | - |
| HSV(B) | 45.98º | 0.76% | 0.95% | - |
| XYZ | 57.81 | 60.03 | 12.54 | - |
| YUV | 195.78 | 50.25 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 58 | 0 | 0.18 | 0.76 | 0.05 | 45.98 | 0.88 | 0.59 |
| Hex | F2 | C7 | 3A | 0 | 12 | 4C | 5 | 2E | 58 | 3B |
| Octal | 362 | 307 | 72 | 0 | 22 | 114 | 5 | 56 | 130 | 73 |
| Binary | 11110010 | 11000111 | 111010 | 0 | 10010 | 1001100 | 101 | 101110 | 1011000 | 111011 |
Color Harmonies of #F2C73A
Complementary color
Monochromatic Colors of #F2C73A
Black with #F2C73A
Text Example
Text Example
White with #F2C73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C73A; }
p { color: rgb(242,199,58); }
H1.HeaderClassName
{
color: #F2C73A;
}
.AnyTagClassName
{
color: #F2C73A;
}
</style>
background-color css
<style>
a { background-color: #F2C73A; }
a { background-color: rgb(242,199,58); }
div.DivClassName
{
background-color: #F2C73A;
}
.BgClassName
{
background-color: #F2C73A;
}
</style>
border-color css
<style>
span { border-color: #F2C73A; }
span { border-color: rgb(242,199,58); }
td.TdClassName
{
border-color: #F2C73A;
}
.TagClassName
{
border-color: #F2C73A;
}
</style>