Shades of Saffron #F2C334
Tints of Saffron #F2C334
RGB
CMYK
RGB Variations
Color information
#F2C334 (or 0xF2C334) is known color: Saffron. HEX triplet: F2, C3 and 34. RGB value is (242,195,52). Sum of RGB (Red+Green+Blue) = 242+195+52=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 52 (20.70% from 255 or 10.63% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C334 is #0D3CCB. Grayscale: #C1C1C1. Windows color (decimal): -867532 or 3458034. OLE color: 3458034.
HSL color Cylindrical-coordinate representation of color #F2C334: hue angle of 45.16º 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 #F2C334 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 52 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.05 |
| HSL | 45.16º | 0.88% | 0.58% | - |
| HSV(B) | 45.16º | 0.79% | 0.95% | - |
| XYZ | 56.75 | 58.16 | 11.48 | - |
| YUV | 192.75 | 48.57 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 52 | 0 | 0.19 | 0.79 | 0.05 | 45.16 | 0.88 | 0.58 |
| Hex | F2 | C3 | 34 | 0 | 13 | 4F | 5 | 2D | 58 | 3A |
| Octal | 362 | 303 | 64 | 0 | 23 | 117 | 5 | 55 | 130 | 72 |
| Binary | 11110010 | 11000011 | 110100 | 0 | 10011 | 1001111 | 101 | 101101 | 1011000 | 111010 |
Color Harmonies of #F2C334
Complementary color
Monochromatic Colors of #F2C334
Black with #F2C334
Text Example
Text Example
White with #F2C334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C334; }
p { color: rgb(242,195,52); }
H1.HeaderClassName
{
color: #F2C334;
}
.AnyTagClassName
{
color: #F2C334;
}
</style>
background-color css
<style>
a { background-color: #F2C334; }
a { background-color: rgb(242,195,52); }
div.DivClassName
{
background-color: #F2C334;
}
.BgClassName
{
background-color: #F2C334;
}
</style>
border-color css
<style>
span { border-color: #F2C334; }
span { border-color: rgb(242,195,52); }
td.TdClassName
{
border-color: #F2C334;
}
.TagClassName
{
border-color: #F2C334;
}
</style>