Shades of Portica #F1D554
Tints of Portica #F1D554
RGB
CMYK
RGB Variations
Color information
#F1D554 (or 0xF1D554) is known color: Portica. HEX triplet: F1, D5 and 54. RGB value is (241,213,84). Sum of RGB (Red+Green+Blue) = 241+213+84=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 84 (33.20% from 255 or 15.61% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D554 is #0E2AAB. Grayscale: #CFCFCF. Windows color (decimal): -928428 or 5559793. OLE color: 5559793.
HSL color Cylindrical-coordinate representation of color #F1D554: hue angle of 49.3º 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 #F1D554 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 84 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.05 |
| HSL | 49.3º | 0.85% | 0.64% | - |
| HSV(B) | 49.3º | 0.65% | 0.95% | - |
| XYZ | 61.67 | 66.93 | 18.06 | - |
| YUV | 206.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 84 | 0 | 0.12 | 0.65 | 0.05 | 49.3 | 0.85 | 0.64 |
| Hex | F1 | D5 | 54 | 0 | C | 41 | 5 | 31 | 55 | 40 |
| Octal | 361 | 325 | 124 | 0 | 14 | 101 | 5 | 61 | 125 | 100 |
| Binary | 11110001 | 11010101 | 1010100 | 0 | 1100 | 1000001 | 101 | 110001 | 1010101 | 1000000 |
Color Harmonies of #F1D554
Complementary color
Monochromatic Colors of #F1D554
Black with #F1D554
Text Example
Text Example
White with #F1D554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D554; }
p { color: rgb(241,213,84); }
H1.HeaderClassName
{
color: #F1D554;
}
.AnyTagClassName
{
color: #F1D554;
}
</style>
background-color css
<style>
a { background-color: #F1D554; }
a { background-color: rgb(241,213,84); }
div.DivClassName
{
background-color: #F1D554;
}
.BgClassName
{
background-color: #F1D554;
}
</style>
border-color css
<style>
span { border-color: #F1D554; }
span { border-color: rgb(241,213,84); }
td.TdClassName
{
border-color: #F1D554;
}
.TagClassName
{
border-color: #F1D554;
}
</style>