Shades of Saffron #F2C035
Tints of Saffron #F2C035
RGB
CMYK
RGB Variations
Color information
#F2C035 (or 0xF2C035) is known color: Saffron. HEX triplet: F2, C0 and 35. RGB value is (242,192,53). Sum of RGB (Red+Green+Blue) = 242+192+53=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 53 (21.09% from 255 or 10.88% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C035 is #0D3FCA. Grayscale: #BFBFBF. Windows color (decimal): -868299 or 3522802. OLE color: 3522802.
HSL color Cylindrical-coordinate representation of color #F2C035: hue angle of 44.13º 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 #F2C035 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 53 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.05 |
| HSL | 44.13º | 0.88% | 0.58% | - |
| HSV(B) | 44.13º | 0.78% | 0.95% | - |
| XYZ | 56.11 | 56.83 | 11.38 | - |
| YUV | 191.1 | 50.07 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 53 | 0 | 0.21 | 0.78 | 0.05 | 44.13 | 0.88 | 0.58 |
| Hex | F2 | C0 | 35 | 0 | 15 | 4E | 5 | 2C | 58 | 3A |
| Octal | 362 | 300 | 65 | 0 | 25 | 116 | 5 | 54 | 130 | 72 |
| Binary | 11110010 | 11000000 | 110101 | 0 | 10101 | 1001110 | 101 | 101100 | 1011000 | 111010 |
Color Harmonies of #F2C035
Complementary color
Monochromatic Colors of #F2C035
Black with #F2C035
Text Example
Text Example
White with #F2C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C035; }
p { color: rgb(242,192,53); }
H1.HeaderClassName
{
color: #F2C035;
}
.AnyTagClassName
{
color: #F2C035;
}
</style>
background-color css
<style>
a { background-color: #F2C035; }
a { background-color: rgb(242,192,53); }
div.DivClassName
{
background-color: #F2C035;
}
.BgClassName
{
background-color: #F2C035;
}
</style>
border-color css
<style>
span { border-color: #F2C035; }
span { border-color: rgb(242,192,53); }
td.TdClassName
{
border-color: #F2C035;
}
.TagClassName
{
border-color: #F2C035;
}
</style>