Shades of Portica #F1DB5E
Tints of Portica #F1DB5E
RGB
CMYK
RGB Variations
Color information
#F1DB5E (or 0xF1DB5E) is known color: Portica. HEX triplet: F1, DB and 5E. RGB value is (241,219,94). Sum of RGB (Red+Green+Blue) = 241+219+94=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DB5E is #0E24A1. Grayscale: #D3D3D3. Windows color (decimal): -926882 or 6216689. OLE color: 6216689.
HSL color Cylindrical-coordinate representation of color #F1DB5E: hue angle of 51.02º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1DB5E is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 94 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.05 |
| HSL | 51.02º | 0.84% | 0.66% | - |
| HSV(B) | 51.02º | 0.61% | 0.95% | - |
| XYZ | 63.63 | 70.17 | 20.78 | - |
| YUV | 211.33 | 61.79 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 94 | 0 | 0.09 | 0.61 | 0.05 | 51.02 | 0.84 | 0.66 |
| Hex | F1 | DB | 5E | 0 | 9 | 3D | 5 | 33 | 54 | 42 |
| Octal | 361 | 333 | 136 | 0 | 11 | 75 | 5 | 63 | 124 | 102 |
| Binary | 11110001 | 11011011 | 1011110 | 0 | 1001 | 111101 | 101 | 110011 | 1010100 | 1000010 |
Color Harmonies of #F1DB5E
Complementary color
Monochromatic Colors of #F1DB5E
Black with #F1DB5E
Text Example
Text Example
White with #F1DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB5E; }
p { color: rgb(241,219,94); }
H1.HeaderClassName
{
color: #F1DB5E;
}
.AnyTagClassName
{
color: #F1DB5E;
}
</style>
background-color css
<style>
a { background-color: #F1DB5E; }
a { background-color: rgb(241,219,94); }
div.DivClassName
{
background-color: #F1DB5E;
}
.BgClassName
{
background-color: #F1DB5E;
}
</style>
border-color css
<style>
span { border-color: #F1DB5E; }
span { border-color: rgb(241,219,94); }
td.TdClassName
{
border-color: #F1DB5E;
}
.TagClassName
{
border-color: #F1DB5E;
}
</style>