Shades of Saffron #F1C333
Tints of Saffron #F1C333
RGB
CMYK
RGB Variations
Color information
#F1C333 (or 0xF1C333) is known color: Saffron. HEX triplet: F1, C3 and 33. RGB value is (241,195,51). Sum of RGB (Red+Green+Blue) = 241+195+51=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 51 (20.31% from 255 or 10.47% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C333 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C333 is #0E3CCC. Grayscale: #C0C0C0. Windows color (decimal): -933069 or 3392497. OLE color: 3392497.
HSL color Cylindrical-coordinate representation of color #F1C333: hue angle of 45.47º 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 #F1C333 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 195 | 51 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.05 |
| HSL | 45.47º | 0.87% | 0.57% | - |
| HSV(B) | 45.47º | 0.79% | 0.95% | - |
| XYZ | 56.39 | 57.97 | 11.35 | - |
| YUV | 192.34 | 48.24 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 195 | 51 | 0 | 0.19 | 0.79 | 0.05 | 45.47 | 0.87 | 0.57 |
| Hex | F1 | C3 | 33 | 0 | 13 | 4F | 5 | 2D | 57 | 39 |
| Octal | 361 | 303 | 63 | 0 | 23 | 117 | 5 | 55 | 127 | 71 |
| Binary | 11110001 | 11000011 | 110011 | 0 | 10011 | 1001111 | 101 | 101101 | 1010111 | 111001 |
Color Harmonies of #F1C333
Complementary color
Monochromatic Colors of #F1C333
Black with #F1C333
Text Example
Text Example
White with #F1C333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C333; }
p { color: rgb(241,195,51); }
H1.HeaderClassName
{
color: #F1C333;
}
.AnyTagClassName
{
color: #F1C333;
}
</style>
background-color css
<style>
a { background-color: #F1C333; }
a { background-color: rgb(241,195,51); }
div.DivClassName
{
background-color: #F1C333;
}
.BgClassName
{
background-color: #F1C333;
}
</style>
border-color css
<style>
span { border-color: #F1C333; }
span { border-color: rgb(241,195,51); }
td.TdClassName
{
border-color: #F1C333;
}
.TagClassName
{
border-color: #F1C333;
}
</style>