Shades of Saffron #F2C335
Tints of Saffron #F2C335
RGB
CMYK
RGB Variations
Color information
#F2C335 (or 0xF2C335) is known color: Saffron. HEX triplet: F2, C3 and 35. RGB value is (242,195,53). Sum of RGB (Red+Green+Blue) = 242+195+53=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 53 (21.09% from 255 or 10.82% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C335 is #0D3CCA. Grayscale: #C1C1C1. Windows color (decimal): -867531 or 3523570. OLE color: 3523570.
HSL color Cylindrical-coordinate representation of color #F2C335: hue angle of 45.08º 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 #F2C335 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 53 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.05 |
| HSL | 45.08º | 0.88% | 0.58% | - |
| HSV(B) | 45.08º | 0.78% | 0.95% | - |
| XYZ | 56.78 | 58.16 | 11.6 | - |
| YUV | 192.87 | 49.07 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 53 | 0 | 0.19 | 0.78 | 0.05 | 45.08 | 0.88 | 0.58 |
| Hex | F2 | C3 | 35 | 0 | 13 | 4E | 5 | 2D | 58 | 3A |
| Octal | 362 | 303 | 65 | 0 | 23 | 116 | 5 | 55 | 130 | 72 |
| Binary | 11110010 | 11000011 | 110101 | 0 | 10011 | 1001110 | 101 | 101101 | 1011000 | 111010 |
Color Harmonies of #F2C335
Complementary color
Monochromatic Colors of #F2C335
Black with #F2C335
Text Example
Text Example
White with #F2C335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C335; }
p { color: rgb(242,195,53); }
H1.HeaderClassName
{
color: #F2C335;
}
.AnyTagClassName
{
color: #F2C335;
}
</style>
background-color css
<style>
a { background-color: #F2C335; }
a { background-color: rgb(242,195,53); }
div.DivClassName
{
background-color: #F2C335;
}
.BgClassName
{
background-color: #F2C335;
}
</style>
border-color css
<style>
span { border-color: #F2C335; }
span { border-color: rgb(242,195,53); }
td.TdClassName
{
border-color: #F2C335;
}
.TagClassName
{
border-color: #F2C335;
}
</style>