Shades of Portica #F1DB62
Tints of Portica #F1DB62
RGB
CMYK
RGB Variations
Color information
#F1DB62 (or 0xF1DB62) is known color: Portica. HEX triplet: F1, DB and 62. RGB value is (241,219,98). Sum of RGB (Red+Green+Blue) = 241+219+98=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 98 (38.67% from 255 or 17.56% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DB62 is #0E249D. Grayscale: #D4D4D4. Windows color (decimal): -926878 or 6478833. OLE color: 6478833.
HSL color Cylindrical-coordinate representation of color #F1DB62: hue angle of 50.77º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1DB62 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 98 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.05 |
| HSL | 50.77º | 0.84% | 0.66% | - |
| HSV(B) | 50.77º | 0.59% | 0.95% | - |
| XYZ | 63.81 | 70.25 | 21.75 | - |
| YUV | 211.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 98 | 0 | 0.09 | 0.59 | 0.05 | 50.77 | 0.84 | 0.66 |
| Hex | F1 | DB | 62 | 0 | 9 | 3B | 5 | 33 | 54 | 42 |
| Octal | 361 | 333 | 142 | 0 | 11 | 73 | 5 | 63 | 124 | 102 |
| Binary | 11110001 | 11011011 | 1100010 | 0 | 1001 | 111011 | 101 | 110011 | 1010100 | 1000010 |
Color Harmonies of #F1DB62
Complementary color
Monochromatic Colors of #F1DB62
Black with #F1DB62
Text Example
Text Example
White with #F1DB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB62; }
p { color: rgb(241,219,98); }
H1.HeaderClassName
{
color: #F1DB62;
}
.AnyTagClassName
{
color: #F1DB62;
}
</style>
background-color css
<style>
a { background-color: #F1DB62; }
a { background-color: rgb(241,219,98); }
div.DivClassName
{
background-color: #F1DB62;
}
.BgClassName
{
background-color: #F1DB62;
}
</style>
border-color css
<style>
span { border-color: #F1DB62; }
span { border-color: rgb(241,219,98); }
td.TdClassName
{
border-color: #F1DB62;
}
.TagClassName
{
border-color: #F1DB62;
}
</style>