Shades of Saffron #F2C534
Tints of Saffron #F2C534
RGB
CMYK
RGB Variations
Color information
#F2C534 (or 0xF2C534) is known color: Saffron. HEX triplet: F2, C5 and 34. RGB value is (242,197,52). Sum of RGB (Red+Green+Blue) = 242+197+52=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 52 (20.70% from 255 or 10.59% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C534 is #0D3ACB. Grayscale: #C2C2C2. Windows color (decimal): -867020 or 3458546. OLE color: 3458546.
HSL color Cylindrical-coordinate representation of color #F2C534: hue angle of 45.79º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2C534 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 52 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.05 |
| HSL | 45.79º | 0.88% | 0.58% | - |
| HSV(B) | 45.79º | 0.79% | 0.95% | - |
| XYZ | 57.2 | 59.06 | 11.63 | - |
| YUV | 193.93 | 47.91 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 52 | 0 | 0.19 | 0.79 | 0.05 | 45.79 | 0.88 | 0.58 |
| Hex | F2 | C5 | 34 | 0 | 13 | 4F | 5 | 2E | 58 | 3A |
| Octal | 362 | 305 | 64 | 0 | 23 | 117 | 5 | 56 | 130 | 72 |
| Binary | 11110010 | 11000101 | 110100 | 0 | 10011 | 1001111 | 101 | 101110 | 1011000 | 111010 |
Color Harmonies of #F2C534
Complementary color
Monochromatic Colors of #F2C534
Black with #F2C534
Text Example
Text Example
White with #F2C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C534; }
p { color: rgb(242,197,52); }
H1.HeaderClassName
{
color: #F2C534;
}
.AnyTagClassName
{
color: #F2C534;
}
</style>
background-color css
<style>
a { background-color: #F2C534; }
a { background-color: rgb(242,197,52); }
div.DivClassName
{
background-color: #F2C534;
}
.BgClassName
{
background-color: #F2C534;
}
</style>
border-color css
<style>
span { border-color: #F2C534; }
span { border-color: rgb(242,197,52); }
td.TdClassName
{
border-color: #F2C534;
}
.TagClassName
{
border-color: #F2C534;
}
</style>