Shades of Saffron #F2C339
Tints of Saffron #F2C339
RGB
CMYK
RGB Variations
Color information
#F2C339 (or 0xF2C339) is known color: Saffron. HEX triplet: F2, C3 and 39. RGB value is (242,195,57). Sum of RGB (Red+Green+Blue) = 242+195+57=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 57 (22.66% from 255 or 11.54% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C339 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C339 is #0D3CC6. Grayscale: #C1C1C1. Windows color (decimal): -867527 or 3785714. OLE color: 3785714.
HSL color Cylindrical-coordinate representation of color #F2C339: hue angle of 44.76º 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 #F2C339 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 57 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.05 |
| HSL | 44.76º | 0.88% | 0.59% | - |
| HSV(B) | 44.76º | 0.76% | 0.95% | - |
| XYZ | 56.87 | 58.2 | 12.11 | - |
| YUV | 193.32 | 51.07 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 57 | 0 | 0.19 | 0.76 | 0.05 | 44.76 | 0.88 | 0.59 |
| Hex | F2 | C3 | 39 | 0 | 13 | 4C | 5 | 2D | 58 | 3B |
| Octal | 362 | 303 | 71 | 0 | 23 | 114 | 5 | 55 | 130 | 73 |
| Binary | 11110010 | 11000011 | 111001 | 0 | 10011 | 1001100 | 101 | 101101 | 1011000 | 111011 |
Color Harmonies of #F2C339
Complementary color
Monochromatic Colors of #F2C339
Black with #F2C339
Text Example
Text Example
White with #F2C339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C339; }
p { color: rgb(242,195,57); }
H1.HeaderClassName
{
color: #F2C339;
}
.AnyTagClassName
{
color: #F2C339;
}
</style>
background-color css
<style>
a { background-color: #F2C339; }
a { background-color: rgb(242,195,57); }
div.DivClassName
{
background-color: #F2C339;
}
.BgClassName
{
background-color: #F2C339;
}
</style>
border-color css
<style>
span { border-color: #F2C339; }
span { border-color: rgb(242,195,57); }
td.TdClassName
{
border-color: #F2C339;
}
.TagClassName
{
border-color: #F2C339;
}
</style>