Shades of Portica #F1CF54
Tints of Portica #F1CF54
RGB
CMYK
RGB Variations
Color information
#F1CF54 (or 0xF1CF54) is known color: Portica. HEX triplet: F1, CF and 54. RGB value is (241,207,84). Sum of RGB (Red+Green+Blue) = 241+207+84=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CF54 is #0E30AB. Grayscale: #CBCBCB. Windows color (decimal): -929964 or 5558257. OLE color: 5558257.
HSL color Cylindrical-coordinate representation of color #F1CF54: hue angle of 47.01º 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 #F1CF54 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 84 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.05 |
| HSL | 47.01º | 0.85% | 0.64% | - |
| HSV(B) | 47.01º | 0.65% | 0.95% | - |
| XYZ | 60.19 | 63.97 | 17.56 | - |
| YUV | 203.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 84 | 0 | 0.14 | 0.65 | 0.05 | 47.01 | 0.85 | 0.64 |
| Hex | F1 | CF | 54 | 0 | E | 41 | 5 | 2F | 55 | 40 |
| Octal | 361 | 317 | 124 | 0 | 16 | 101 | 5 | 57 | 125 | 100 |
| Binary | 11110001 | 11001111 | 1010100 | 0 | 1110 | 1000001 | 101 | 101111 | 1010101 | 1000000 |
Color Harmonies of #F1CF54
Complementary color
Monochromatic Colors of #F1CF54
Black with #F1CF54
Text Example
Text Example
White with #F1CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CF54; }
p { color: rgb(241,207,84); }
H1.HeaderClassName
{
color: #F1CF54;
}
.AnyTagClassName
{
color: #F1CF54;
}
</style>
background-color css
<style>
a { background-color: #F1CF54; }
a { background-color: rgb(241,207,84); }
div.DivClassName
{
background-color: #F1CF54;
}
.BgClassName
{
background-color: #F1CF54;
}
</style>
border-color css
<style>
span { border-color: #F1CF54; }
span { border-color: rgb(241,207,84); }
td.TdClassName
{
border-color: #F1CF54;
}
.TagClassName
{
border-color: #F1CF54;
}
</style>