Shades of Portica #F1E158
Tints of Portica #F1E158
RGB
CMYK
RGB Variations
Color information
#F1E158 (or 0xF1E158) is known color: Portica. HEX triplet: F1, E1 and 58. RGB value is (241,225,88). Sum of RGB (Red+Green+Blue) = 241+225+88=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 88 (34.77% from 255 or 15.88% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E158 is #0E1EA7. Grayscale: #D6D6D6. Windows color (decimal): -925352 or 5825009. OLE color: 5825009.
HSL color Cylindrical-coordinate representation of color #F1E158: hue angle of 53.73º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F1E158 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 88 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.05 |
| HSL | 53.73º | 0.85% | 0.65% | - |
| HSV(B) | 53.73º | 0.63% | 0.95% | - |
| XYZ | 64.96 | 73.26 | 19.95 | - |
| YUV | 214.17 | 56.8 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 88 | 0 | 0.07 | 0.63 | 0.05 | 53.73 | 0.85 | 0.65 |
| Hex | F1 | E1 | 58 | 0 | 7 | 3F | 5 | 36 | 55 | 41 |
| Octal | 361 | 341 | 130 | 0 | 7 | 77 | 5 | 66 | 125 | 101 |
| Binary | 11110001 | 11100001 | 1011000 | 0 | 111 | 111111 | 101 | 110110 | 1010101 | 1000001 |
Color Harmonies of #F1E158
Complementary color
Monochromatic Colors of #F1E158
Black with #F1E158
Text Example
Text Example
White with #F1E158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E158; }
p { color: rgb(241,225,88); }
H1.HeaderClassName
{
color: #F1E158;
}
.AnyTagClassName
{
color: #F1E158;
}
</style>
background-color css
<style>
a { background-color: #F1E158; }
a { background-color: rgb(241,225,88); }
div.DivClassName
{
background-color: #F1E158;
}
.BgClassName
{
background-color: #F1E158;
}
</style>
border-color css
<style>
span { border-color: #F1E158; }
span { border-color: rgb(241,225,88); }
td.TdClassName
{
border-color: #F1E158;
}
.TagClassName
{
border-color: #F1E158;
}
</style>