Shades of Portica #F1DD59
Tints of Portica #F1DD59
RGB
CMYK
RGB Variations
Color information
#F1DD59 (or 0xF1DD59) is known color: Portica. HEX triplet: F1, DD and 59. RGB value is (241,221,89). Sum of RGB (Red+Green+Blue) = 241+221+89=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 89 (35.16% from 255 or 16.15% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DD59 is #0E22A6. Grayscale: #D4D4D4. Windows color (decimal): -926375 or 5889521. OLE color: 5889521.
HSL color Cylindrical-coordinate representation of color #F1DD59: hue angle of 52.11º 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 #F1DD59 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 89 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.05 |
| HSL | 52.11º | 0.84% | 0.65% | - |
| HSV(B) | 52.11º | 0.63% | 0.95% | - |
| XYZ | 63.94 | 71.13 | 19.81 | - |
| YUV | 211.93 | 58.63 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 89 | 0 | 0.08 | 0.63 | 0.05 | 52.11 | 0.84 | 0.65 |
| Hex | F1 | DD | 59 | 0 | 8 | 3F | 5 | 34 | 54 | 41 |
| Octal | 361 | 335 | 131 | 0 | 10 | 77 | 5 | 64 | 124 | 101 |
| Binary | 11110001 | 11011101 | 1011001 | 0 | 1000 | 111111 | 101 | 110100 | 1010100 | 1000001 |
Color Harmonies of #F1DD59
Complementary color
Monochromatic Colors of #F1DD59
Black with #F1DD59
Text Example
Text Example
White with #F1DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DD59; }
p { color: rgb(241,221,89); }
H1.HeaderClassName
{
color: #F1DD59;
}
.AnyTagClassName
{
color: #F1DD59;
}
</style>
background-color css
<style>
a { background-color: #F1DD59; }
a { background-color: rgb(241,221,89); }
div.DivClassName
{
background-color: #F1DD59;
}
.BgClassName
{
background-color: #F1DD59;
}
</style>
border-color css
<style>
span { border-color: #F1DD59; }
span { border-color: rgb(241,221,89); }
td.TdClassName
{
border-color: #F1DD59;
}
.TagClassName
{
border-color: #F1DD59;
}
</style>