Shades of Portica #F2D762
Tints of Portica #F2D762
RGB
CMYK
RGB Variations
Color information
#F2D762 (or 0xF2D762) is known color: Portica. HEX triplet: F2, D7 and 62. RGB value is (242,215,98). Sum of RGB (Red+Green+Blue) = 242+215+98=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 98 (38.67% from 255 or 17.66% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D762 is #0D289D. Grayscale: #D2D2D2. Windows color (decimal): -862366 or 6477810. OLE color: 6477810.
HSL color Cylindrical-coordinate representation of color #F2D762: hue angle of 48.75º 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 #F2D762 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 98 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.05 |
| HSL | 48.75º | 0.85% | 0.67% | - |
| HSV(B) | 48.75º | 0.6% | 0.95% | - |
| XYZ | 63.12 | 68.36 | 21.42 | - |
| YUV | 209.74 | 64.95 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 98 | 0 | 0.11 | 0.60 | 0.05 | 48.75 | 0.85 | 0.67 |
| Hex | F2 | D7 | 62 | 0 | B | 3C | 5 | 31 | 55 | 43 |
| Octal | 362 | 327 | 142 | 0 | 13 | 74 | 5 | 61 | 125 | 103 |
| Binary | 11110010 | 11010111 | 1100010 | 0 | 1011 | 111100 | 101 | 110001 | 1010101 | 1000011 |
Color Harmonies of #F2D762
Complementary color
Monochromatic Colors of #F2D762
Black with #F2D762
Text Example
Text Example
White with #F2D762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D762; }
p { color: rgb(242,215,98); }
H1.HeaderClassName
{
color: #F2D762;
}
.AnyTagClassName
{
color: #F2D762;
}
</style>
background-color css
<style>
a { background-color: #F2D762; }
a { background-color: rgb(242,215,98); }
div.DivClassName
{
background-color: #F2D762;
}
.BgClassName
{
background-color: #F2D762;
}
</style>
border-color css
<style>
span { border-color: #F2D762; }
span { border-color: rgb(242,215,98); }
td.TdClassName
{
border-color: #F2D762;
}
.TagClassName
{
border-color: #F2D762;
}
</style>