Shades of Portica #F2DA62
Tints of Portica #F2DA62
RGB
CMYK
RGB Variations
Color information
#F2DA62 (or 0xF2DA62) is known color: Portica. HEX triplet: F2, DA and 62. RGB value is (242,218,98). Sum of RGB (Red+Green+Blue) = 242+218+98=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 98 (38.67% from 255 or 17.56% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DA62 is #0D259D. Grayscale: #D4D4D4. Windows color (decimal): -861598 or 6478578. OLE color: 6478578.
HSL color Cylindrical-coordinate representation of color #F2DA62: hue angle of 50º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2DA62 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 98 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.05 |
| HSL | 50º | 0.85% | 0.67% | - |
| HSV(B) | 50º | 0.6% | 0.95% | - |
| XYZ | 63.89 | 69.9 | 21.68 | - |
| YUV | 211.5 | 63.95 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 98 | 0 | 0.10 | 0.60 | 0.05 | 50 | 0.85 | 0.67 |
| Hex | F2 | DA | 62 | 0 | A | 3C | 5 | 32 | 55 | 43 |
| Octal | 362 | 332 | 142 | 0 | 12 | 74 | 5 | 62 | 125 | 103 |
| Binary | 11110010 | 11011010 | 1100010 | 0 | 1010 | 111100 | 101 | 110010 | 1010101 | 1000011 |
Color Harmonies of #F2DA62
Complementary color
Monochromatic Colors of #F2DA62
Black with #F2DA62
Text Example
Text Example
White with #F2DA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA62; }
p { color: rgb(242,218,98); }
H1.HeaderClassName
{
color: #F2DA62;
}
.AnyTagClassName
{
color: #F2DA62;
}
</style>
background-color css
<style>
a { background-color: #F2DA62; }
a { background-color: rgb(242,218,98); }
div.DivClassName
{
background-color: #F2DA62;
}
.BgClassName
{
background-color: #F2DA62;
}
</style>
border-color css
<style>
span { border-color: #F2DA62; }
span { border-color: rgb(242,218,98); }
td.TdClassName
{
border-color: #F2DA62;
}
.TagClassName
{
border-color: #F2DA62;
}
</style>