Shades of Saffron #F2C235
Tints of Saffron #F2C235
RGB
CMYK
RGB Variations
Color information
#F2C235 (or 0xF2C235) is known color: Saffron. HEX triplet: F2, C2 and 35. RGB value is (242,194,53). Sum of RGB (Red+Green+Blue) = 242+194+53=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 53 (21.09% from 255 or 10.84% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C235 is #0D3DCA. Grayscale: #C0C0C0. Windows color (decimal): -867787 or 3523314. OLE color: 3523314.
HSL color Cylindrical-coordinate representation of color #F2C235: hue angle of 44.76º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2C235 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 53 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.05 |
| HSL | 44.76º | 0.88% | 0.58% | - |
| HSV(B) | 44.76º | 0.78% | 0.95% | - |
| XYZ | 56.55 | 57.72 | 11.53 | - |
| YUV | 192.28 | 49.4 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 53 | 0 | 0.20 | 0.78 | 0.05 | 44.76 | 0.88 | 0.58 |
| Hex | F2 | C2 | 35 | 0 | 14 | 4E | 5 | 2D | 58 | 3A |
| Octal | 362 | 302 | 65 | 0 | 24 | 116 | 5 | 55 | 130 | 72 |
| Binary | 11110010 | 11000010 | 110101 | 0 | 10100 | 1001110 | 101 | 101101 | 1011000 | 111010 |
Color Harmonies of #F2C235
Complementary color
Monochromatic Colors of #F2C235
Black with #F2C235
Text Example
Text Example
White with #F2C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C235; }
p { color: rgb(242,194,53); }
H1.HeaderClassName
{
color: #F2C235;
}
.AnyTagClassName
{
color: #F2C235;
}
</style>
background-color css
<style>
a { background-color: #F2C235; }
a { background-color: rgb(242,194,53); }
div.DivClassName
{
background-color: #F2C235;
}
.BgClassName
{
background-color: #F2C235;
}
</style>
border-color css
<style>
span { border-color: #F2C235; }
span { border-color: rgb(242,194,53); }
td.TdClassName
{
border-color: #F2C235;
}
.TagClassName
{
border-color: #F2C235;
}
</style>