Shades of Saffron #F2C636
Tints of Saffron #F2C636
RGB
CMYK
RGB Variations
Color information
#F2C636 (or 0xF2C636) is known color: Saffron. HEX triplet: F2, C6 and 36. RGB value is (242,198,54). Sum of RGB (Red+Green+Blue) = 242+198+54=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 54 (21.48% from 255 or 10.93% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C636 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C636 is #0D39C9. Grayscale: #C3C3C3. Windows color (decimal): -866762 or 3589874. OLE color: 3589874.
HSL color Cylindrical-coordinate representation of color #F2C636: hue angle of 45.96º 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 #F2C636 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 54 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.05 |
| HSL | 45.96º | 0.88% | 0.58% | - |
| HSV(B) | 45.96º | 0.78% | 0.95% | - |
| XYZ | 57.48 | 59.53 | 11.95 | - |
| YUV | 194.74 | 48.58 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 54 | 0 | 0.18 | 0.78 | 0.05 | 45.96 | 0.88 | 0.58 |
| Hex | F2 | C6 | 36 | 0 | 12 | 4E | 5 | 2E | 58 | 3A |
| Octal | 362 | 306 | 66 | 0 | 22 | 116 | 5 | 56 | 130 | 72 |
| Binary | 11110010 | 11000110 | 110110 | 0 | 10010 | 1001110 | 101 | 101110 | 1011000 | 111010 |
Color Harmonies of #F2C636
Complementary color
Monochromatic Colors of #F2C636
Black with #F2C636
Text Example
Text Example
White with #F2C636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C636; }
p { color: rgb(242,198,54); }
H1.HeaderClassName
{
color: #F2C636;
}
.AnyTagClassName
{
color: #F2C636;
}
</style>
background-color css
<style>
a { background-color: #F2C636; }
a { background-color: rgb(242,198,54); }
div.DivClassName
{
background-color: #F2C636;
}
.BgClassName
{
background-color: #F2C636;
}
</style>
border-color css
<style>
span { border-color: #F2C636; }
span { border-color: rgb(242,198,54); }
td.TdClassName
{
border-color: #F2C636;
}
.TagClassName
{
border-color: #F2C636;
}
</style>