Shades of Portica #F1DA55
Tints of Portica #F1DA55
RGB
CMYK
RGB Variations
Color information
#F1DA55 (or 0xF1DA55) is known color: Portica. HEX triplet: F1, DA and 55. RGB value is (241,218,85). Sum of RGB (Red+Green+Blue) = 241+218+85=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 85 (33.59% from 255 or 15.62% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DA55 is #0E25AA. Grayscale: #D2D2D2. Windows color (decimal): -927147 or 5626609. OLE color: 5626609.
HSL color Cylindrical-coordinate representation of color #F1DA55: hue angle of 51.15º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F1DA55 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 218 | 85 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.05 |
| HSL | 51.15º | 0.85% | 0.64% | - |
| HSV(B) | 51.15º | 0.65% | 0.95% | - |
| XYZ | 62.99 | 69.5 | 18.69 | - |
| YUV | 209.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 218 | 85 | 0 | 0.10 | 0.65 | 0.05 | 51.15 | 0.85 | 0.64 |
| Hex | F1 | DA | 55 | 0 | A | 41 | 5 | 33 | 55 | 40 |
| Octal | 361 | 332 | 125 | 0 | 12 | 101 | 5 | 63 | 125 | 100 |
| Binary | 11110001 | 11011010 | 1010101 | 0 | 1010 | 1000001 | 101 | 110011 | 1010101 | 1000000 |
Color Harmonies of #F1DA55
Complementary color
Monochromatic Colors of #F1DA55
Black with #F1DA55
Text Example
Text Example
White with #F1DA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DA55; }
p { color: rgb(241,218,85); }
H1.HeaderClassName
{
color: #F1DA55;
}
.AnyTagClassName
{
color: #F1DA55;
}
</style>
background-color css
<style>
a { background-color: #F1DA55; }
a { background-color: rgb(241,218,85); }
div.DivClassName
{
background-color: #F1DA55;
}
.BgClassName
{
background-color: #F1DA55;
}
</style>
border-color css
<style>
span { border-color: #F1DA55; }
span { border-color: rgb(241,218,85); }
td.TdClassName
{
border-color: #F1DA55;
}
.TagClassName
{
border-color: #F1DA55;
}
</style>