Shades of Portica #F1DB61
Tints of Portica #F1DB61
RGB
CMYK
RGB Variations
Color information
#F1DB61 (or 0xF1DB61) is known color: Portica. HEX triplet: F1, DB and 61. RGB value is (241,219,97). Sum of RGB (Red+Green+Blue) = 241+219+97=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 97 (38.28% from 255 or 17.41% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DB61 is #0E249E. Grayscale: #D4D4D4. Windows color (decimal): -926879 or 6413297. OLE color: 6413297.
HSL color Cylindrical-coordinate representation of color #F1DB61: hue angle of 50.83º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1DB61 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 97 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.05 |
| HSL | 50.83º | 0.84% | 0.66% | - |
| HSV(B) | 50.83º | 0.6% | 0.95% | - |
| XYZ | 63.76 | 70.23 | 21.5 | - |
| YUV | 211.67 | 63.29 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 97 | 0 | 0.09 | 0.60 | 0.05 | 50.83 | 0.84 | 0.66 |
| Hex | F1 | DB | 61 | 0 | 9 | 3C | 5 | 33 | 54 | 42 |
| Octal | 361 | 333 | 141 | 0 | 11 | 74 | 5 | 63 | 124 | 102 |
| Binary | 11110001 | 11011011 | 1100001 | 0 | 1001 | 111100 | 101 | 110011 | 1010100 | 1000010 |
Color Harmonies of #F1DB61
Complementary color
Monochromatic Colors of #F1DB61
Black with #F1DB61
Text Example
Text Example
White with #F1DB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB61; }
p { color: rgb(241,219,97); }
H1.HeaderClassName
{
color: #F1DB61;
}
.AnyTagClassName
{
color: #F1DB61;
}
</style>
background-color css
<style>
a { background-color: #F1DB61; }
a { background-color: rgb(241,219,97); }
div.DivClassName
{
background-color: #F1DB61;
}
.BgClassName
{
background-color: #F1DB61;
}
</style>
border-color css
<style>
span { border-color: #F1DB61; }
span { border-color: rgb(241,219,97); }
td.TdClassName
{
border-color: #F1DB61;
}
.TagClassName
{
border-color: #F1DB61;
}
</style>