Shades of Saffron #F1C832
Tints of Saffron #F1C832
RGB
CMYK
RGB Variations
Color information
#F1C832 (or 0xF1C832) is known color: Saffron. HEX triplet: F1, C8 and 32. RGB value is (241,200,50). Sum of RGB (Red+Green+Blue) = 241+200+50=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C832 is #0E37CD. Grayscale: #C3C3C3. Windows color (decimal): -931790 or 3328241. OLE color: 3328241.
HSL color Cylindrical-coordinate representation of color #F1C832: hue angle of 47.12º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1C832 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 50 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.05 |
| HSL | 47.12º | 0.87% | 0.57% | - |
| HSV(B) | 47.12º | 0.79% | 0.95% | - |
| XYZ | 57.51 | 60.24 | 11.61 | - |
| YUV | 195.16 | 46.08 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 50 | 0 | 0.17 | 0.79 | 0.05 | 47.12 | 0.87 | 0.57 |
| Hex | F1 | C8 | 32 | 0 | 11 | 4F | 5 | 2F | 57 | 39 |
| Octal | 361 | 310 | 62 | 0 | 21 | 117 | 5 | 57 | 127 | 71 |
| Binary | 11110001 | 11001000 | 110010 | 0 | 10001 | 1001111 | 101 | 101111 | 1010111 | 111001 |
Color Harmonies of #F1C832
Complementary color
Monochromatic Colors of #F1C832
Black with #F1C832
Text Example
Text Example
White with #F1C832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C832; }
p { color: rgb(241,200,50); }
H1.HeaderClassName
{
color: #F1C832;
}
.AnyTagClassName
{
color: #F1C832;
}
</style>
background-color css
<style>
a { background-color: #F1C832; }
a { background-color: rgb(241,200,50); }
div.DivClassName
{
background-color: #F1C832;
}
.BgClassName
{
background-color: #F1C832;
}
</style>
border-color css
<style>
span { border-color: #F1C832; }
span { border-color: rgb(241,200,50); }
td.TdClassName
{
border-color: #F1C832;
}
.TagClassName
{
border-color: #F1C832;
}
</style>