Shades of Saffron #F2C03C
Tints of Saffron #F2C03C
RGB
CMYK
RGB Variations
Color information
#F2C03C (or 0xF2C03C) is known color: Saffron. HEX triplet: F2, C0 and 3C. RGB value is (242,192,60). Sum of RGB (Red+Green+Blue) = 242+192+60=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C03C is #0D3FC3. Grayscale: #C0C0C0. Windows color (decimal): -868292 or 3981554. OLE color: 3981554.
HSL color Cylindrical-coordinate representation of color #F2C03C: hue angle of 43.52º 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 #F2C03C is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 60 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.05 |
| HSL | 43.52º | 0.88% | 0.59% | - |
| HSV(B) | 43.52º | 0.75% | 0.95% | - |
| XYZ | 56.28 | 56.9 | 12.29 | - |
| YUV | 191.9 | 53.57 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 60 | 0 | 0.21 | 0.75 | 0.05 | 43.52 | 0.88 | 0.59 |
| Hex | F2 | C0 | 3C | 0 | 15 | 4B | 5 | 2C | 58 | 3B |
| Octal | 362 | 300 | 74 | 0 | 25 | 113 | 5 | 54 | 130 | 73 |
| Binary | 11110010 | 11000000 | 111100 | 0 | 10101 | 1001011 | 101 | 101100 | 1011000 | 111011 |
Color Harmonies of #F2C03C
Complementary color
Monochromatic Colors of #F2C03C
Black with #F2C03C
Text Example
Text Example
White with #F2C03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C03C; }
p { color: rgb(242,192,60); }
H1.HeaderClassName
{
color: #F2C03C;
}
.AnyTagClassName
{
color: #F2C03C;
}
</style>
background-color css
<style>
a { background-color: #F2C03C; }
a { background-color: rgb(242,192,60); }
div.DivClassName
{
background-color: #F2C03C;
}
.BgClassName
{
background-color: #F2C03C;
}
</style>
border-color css
<style>
span { border-color: #F2C03C; }
span { border-color: rgb(242,192,60); }
td.TdClassName
{
border-color: #F2C03C;
}
.TagClassName
{
border-color: #F2C03C;
}
</style>