Shades of Saffron #F1C62F
Tints of Saffron #F1C62F
RGB
CMYK
RGB Variations
Color information
#F1C62F (or 0xF1C62F) is known color: Saffron. HEX triplet: F1, C6 and 2F. RGB value is (241,198,47). Sum of RGB (Red+Green+Blue) = 241+198+47=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C62F is #0E39D0. Grayscale: #C2C2C2. Windows color (decimal): -932305 or 3131121. OLE color: 3131121.
HSL color Cylindrical-coordinate representation of color #F1C62F: hue angle of 46.7º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1C62F is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 198 | 47 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.05 |
| HSL | 46.7º | 0.87% | 0.56% | - |
| HSV(B) | 46.7º | 0.8% | 0.95% | - |
| XYZ | 56.98 | 59.29 | 11.13 | - |
| YUV | 193.64 | 45.25 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 198 | 47 | 0 | 0.18 | 0.80 | 0.05 | 46.7 | 0.87 | 0.56 |
| Hex | F1 | C6 | 2F | 0 | 12 | 50 | 5 | 2F | 57 | 38 |
| Octal | 361 | 306 | 57 | 0 | 22 | 120 | 5 | 57 | 127 | 70 |
| Binary | 11110001 | 11000110 | 101111 | 0 | 10010 | 1010000 | 101 | 101111 | 1010111 | 111000 |
Color Harmonies of #F1C62F
Complementary color
Monochromatic Colors of #F1C62F
Black with #F1C62F
Text Example
Text Example
White with #F1C62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C62F; }
p { color: rgb(241,198,47); }
H1.HeaderClassName
{
color: #F1C62F;
}
.AnyTagClassName
{
color: #F1C62F;
}
</style>
background-color css
<style>
a { background-color: #F1C62F; }
a { background-color: rgb(241,198,47); }
div.DivClassName
{
background-color: #F1C62F;
}
.BgClassName
{
background-color: #F1C62F;
}
</style>
border-color css
<style>
span { border-color: #F1C62F; }
span { border-color: rgb(241,198,47); }
td.TdClassName
{
border-color: #F1C62F;
}
.TagClassName
{
border-color: #F1C62F;
}
</style>