Shades of Portica #F2E059
Tints of Portica #F2E059
RGB
CMYK
RGB Variations
Color information
#F2E059 (or 0xF2E059) is known color: Portica. HEX triplet: F2, E0 and 59. RGB value is (242,224,89). Sum of RGB (Red+Green+Blue) = 242+224+89=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 89 (35.16% from 255 or 16.04% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E059 is #0D1FA6. Grayscale: #D6D6D6. Windows color (decimal): -860071 or 5890290. OLE color: 5890290.
HSL color Cylindrical-coordinate representation of color #F2E059: hue angle of 52.94º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2E059 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 89 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.05 |
| HSL | 52.94º | 0.85% | 0.65% | - |
| HSV(B) | 52.94º | 0.63% | 0.95% | - |
| XYZ | 65.08 | 72.91 | 20.09 | - |
| YUV | 213.99 | 57.46 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 89 | 0 | 0.07 | 0.63 | 0.05 | 52.94 | 0.85 | 0.65 |
| Hex | F2 | E0 | 59 | 0 | 7 | 3F | 5 | 35 | 55 | 41 |
| Octal | 362 | 340 | 131 | 0 | 7 | 77 | 5 | 65 | 125 | 101 |
| Binary | 11110010 | 11100000 | 1011001 | 0 | 111 | 111111 | 101 | 110101 | 1010101 | 1000001 |
Color Harmonies of #F2E059
Complementary color
Monochromatic Colors of #F2E059
Black with #F2E059
Text Example
Text Example
White with #F2E059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E059; }
p { color: rgb(242,224,89); }
H1.HeaderClassName
{
color: #F2E059;
}
.AnyTagClassName
{
color: #F2E059;
}
</style>
background-color css
<style>
a { background-color: #F2E059; }
a { background-color: rgb(242,224,89); }
div.DivClassName
{
background-color: #F2E059;
}
.BgClassName
{
background-color: #F2E059;
}
</style>
border-color css
<style>
span { border-color: #F2E059; }
span { border-color: rgb(242,224,89); }
td.TdClassName
{
border-color: #F2E059;
}
.TagClassName
{
border-color: #F2E059;
}
</style>