Shades of Portica #F1DF59
Tints of Portica #F1DF59
RGB
CMYK
RGB Variations
Color information
#F1DF59 (or 0xF1DF59) is known color: Portica. HEX triplet: F1, DF and 59. RGB value is (241,223,89). Sum of RGB (Red+Green+Blue) = 241+223+89=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 89 (35.16% from 255 or 16.09% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DF59 is #0E20A6. Grayscale: #D5D5D5. Windows color (decimal): -925863 or 5890033. OLE color: 5890033.
HSL color Cylindrical-coordinate representation of color #F1DF59: hue angle of 52.89º degrees, saturation: 0.84, 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 #F1DF59 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 89 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.05 |
| HSL | 52.89º | 0.84% | 0.65% | - |
| HSV(B) | 52.89º | 0.63% | 0.95% | - |
| XYZ | 64.47 | 72.2 | 19.99 | - |
| YUV | 213.11 | 57.96 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 89 | 0 | 0.07 | 0.63 | 0.05 | 52.89 | 0.84 | 0.65 |
| Hex | F1 | DF | 59 | 0 | 7 | 3F | 5 | 35 | 54 | 41 |
| Octal | 361 | 337 | 131 | 0 | 7 | 77 | 5 | 65 | 124 | 101 |
| Binary | 11110001 | 11011111 | 1011001 | 0 | 111 | 111111 | 101 | 110101 | 1010100 | 1000001 |
Color Harmonies of #F1DF59
Complementary color
Monochromatic Colors of #F1DF59
Black with #F1DF59
Text Example
Text Example
White with #F1DF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF59; }
p { color: rgb(241,223,89); }
H1.HeaderClassName
{
color: #F1DF59;
}
.AnyTagClassName
{
color: #F1DF59;
}
</style>
background-color css
<style>
a { background-color: #F1DF59; }
a { background-color: rgb(241,223,89); }
div.DivClassName
{
background-color: #F1DF59;
}
.BgClassName
{
background-color: #F1DF59;
}
</style>
border-color css
<style>
span { border-color: #F1DF59; }
span { border-color: rgb(241,223,89); }
td.TdClassName
{
border-color: #F1DF59;
}
.TagClassName
{
border-color: #F1DF59;
}
</style>