Shades of Saffron #F2C538
Tints of Saffron #F2C538
RGB
CMYK
RGB Variations
Color information
#F2C538 (or 0xF2C538) is known color: Saffron. HEX triplet: F2, C5 and 38. RGB value is (242,197,56). Sum of RGB (Red+Green+Blue) = 242+197+56=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 56 (22.27% from 255 or 11.31% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C538 is #0D3AC7. Grayscale: #C2C2C2. Windows color (decimal): -867016 or 3720690. OLE color: 3720690.
HSL color Cylindrical-coordinate representation of color #F2C538: hue angle of 45.48º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2C538 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 56 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.05 |
| HSL | 45.48º | 0.88% | 0.58% | - |
| HSV(B) | 45.48º | 0.77% | 0.95% | - |
| XYZ | 57.3 | 59.1 | 12.13 | - |
| YUV | 194.38 | 49.91 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 56 | 0 | 0.19 | 0.77 | 0.05 | 45.48 | 0.88 | 0.58 |
| Hex | F2 | C5 | 38 | 0 | 13 | 4D | 5 | 2D | 58 | 3A |
| Octal | 362 | 305 | 70 | 0 | 23 | 115 | 5 | 55 | 130 | 72 |
| Binary | 11110010 | 11000101 | 111000 | 0 | 10011 | 1001101 | 101 | 101101 | 1011000 | 111010 |
Color Harmonies of #F2C538
Complementary color
Monochromatic Colors of #F2C538
Black with #F2C538
Text Example
Text Example
White with #F2C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C538; }
p { color: rgb(242,197,56); }
H1.HeaderClassName
{
color: #F2C538;
}
.AnyTagClassName
{
color: #F2C538;
}
</style>
background-color css
<style>
a { background-color: #F2C538; }
a { background-color: rgb(242,197,56); }
div.DivClassName
{
background-color: #F2C538;
}
.BgClassName
{
background-color: #F2C538;
}
</style>
border-color css
<style>
span { border-color: #F2C538; }
span { border-color: rgb(242,197,56); }
td.TdClassName
{
border-color: #F2C538;
}
.TagClassName
{
border-color: #F2C538;
}
</style>