Shades of Portica #F2DF59
Tints of Portica #F2DF59
RGB
CMYK
RGB Variations
Color information
#F2DF59 (or 0xF2DF59) is known color: Portica. HEX triplet: F2, DF and 59. RGB value is (242,223,89). Sum of RGB (Red+Green+Blue) = 242+223+89=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 89 (35.16% from 255 or 16.06% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF59 is #0D20A6. Grayscale: #D5D5D5. Windows color (decimal): -860327 or 5890034. OLE color: 5890034.
HSL color Cylindrical-coordinate representation of color #F2DF59: hue angle of 52.55º 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 #F2DF59 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 89 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.05 |
| HSL | 52.55º | 0.85% | 0.65% | - |
| HSV(B) | 52.55º | 0.63% | 0.95% | - |
| XYZ | 64.81 | 72.37 | 20 | - |
| YUV | 213.41 | 57.79 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 89 | 0 | 0.08 | 0.63 | 0.05 | 52.55 | 0.85 | 0.65 |
| Hex | F2 | DF | 59 | 0 | 8 | 3F | 5 | 35 | 55 | 41 |
| Octal | 362 | 337 | 131 | 0 | 10 | 77 | 5 | 65 | 125 | 101 |
| Binary | 11110010 | 11011111 | 1011001 | 0 | 1000 | 111111 | 101 | 110101 | 1010101 | 1000001 |
Color Harmonies of #F2DF59
Complementary color
Monochromatic Colors of #F2DF59
Black with #F2DF59
Text Example
Text Example
White with #F2DF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF59; }
p { color: rgb(242,223,89); }
H1.HeaderClassName
{
color: #F2DF59;
}
.AnyTagClassName
{
color: #F2DF59;
}
</style>
background-color css
<style>
a { background-color: #F2DF59; }
a { background-color: rgb(242,223,89); }
div.DivClassName
{
background-color: #F2DF59;
}
.BgClassName
{
background-color: #F2DF59;
}
</style>
border-color css
<style>
span { border-color: #F2DF59; }
span { border-color: rgb(242,223,89); }
td.TdClassName
{
border-color: #F2DF59;
}
.TagClassName
{
border-color: #F2DF59;
}
</style>