Shades of Saffron #F1C831
Tints of Saffron #F1C831
RGB
CMYK
RGB Variations
Color information
#F1C831 (or 0xF1C831) is known color: Saffron. HEX triplet: F1, C8 and 31. RGB value is (241,200,49). Sum of RGB (Red+Green+Blue) = 241+200+49=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C831 is #0E37CE. Grayscale: #C3C3C3. Windows color (decimal): -931791 or 3262705. OLE color: 3262705.
HSL color Cylindrical-coordinate representation of color #F1C831: hue angle of 47.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1C831 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 49 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.05 |
| HSL | 47.19º | 0.87% | 0.57% | - |
| HSV(B) | 47.19º | 0.8% | 0.95% | - |
| XYZ | 57.48 | 60.23 | 11.5 | - |
| YUV | 195.05 | 45.58 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 49 | 0 | 0.17 | 0.80 | 0.05 | 47.19 | 0.87 | 0.57 |
| Hex | F1 | C8 | 31 | 0 | 11 | 50 | 5 | 2F | 57 | 39 |
| Octal | 361 | 310 | 61 | 0 | 21 | 120 | 5 | 57 | 127 | 71 |
| Binary | 11110001 | 11001000 | 110001 | 0 | 10001 | 1010000 | 101 | 101111 | 1010111 | 111001 |
Color Harmonies of #F1C831
Complementary color
Monochromatic Colors of #F1C831
Black with #F1C831
Text Example
Text Example
White with #F1C831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C831; }
p { color: rgb(241,200,49); }
H1.HeaderClassName
{
color: #F1C831;
}
.AnyTagClassName
{
color: #F1C831;
}
</style>
background-color css
<style>
a { background-color: #F1C831; }
a { background-color: rgb(241,200,49); }
div.DivClassName
{
background-color: #F1C831;
}
.BgClassName
{
background-color: #F1C831;
}
</style>
border-color css
<style>
span { border-color: #F1C831; }
span { border-color: rgb(241,200,49); }
td.TdClassName
{
border-color: #F1C831;
}
.TagClassName
{
border-color: #F1C831;
}
</style>