Shades of Portica #F2D151
Tints of Portica #F2D151
RGB
CMYK
RGB Variations
Color information
#F2D151 (or 0xF2D151) is known color: Portica. HEX triplet: F2, D1 and 51. RGB value is (242,209,81). Sum of RGB (Red+Green+Blue) = 242+209+81=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 81 (32.03% from 255 or 15.23% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D151 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D151 is #0D2EAE. Grayscale: #CCCCCC. Windows color (decimal): -863919 or 5362162. OLE color: 5362162.
HSL color Cylindrical-coordinate representation of color #F2D151: hue angle of 47.7º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2D151 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 81 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.05 |
| HSL | 47.7º | 0.86% | 0.63% | - |
| HSV(B) | 47.7º | 0.67% | 0.95% | - |
| XYZ | 60.9 | 65.07 | 17.13 | - |
| YUV | 204.28 | 58.43 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 81 | 0 | 0.14 | 0.67 | 0.05 | 47.7 | 0.86 | 0.63 |
| Hex | F2 | D1 | 51 | 0 | E | 43 | 5 | 30 | 56 | 3F |
| Octal | 362 | 321 | 121 | 0 | 16 | 103 | 5 | 60 | 126 | 77 |
| Binary | 11110010 | 11010001 | 1010001 | 0 | 1110 | 1000011 | 101 | 110000 | 1010110 | 111111 |
Color Harmonies of #F2D151
Complementary color
Monochromatic Colors of #F2D151
Black with #F2D151
Text Example
Text Example
White with #F2D151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D151; }
p { color: rgb(242,209,81); }
H1.HeaderClassName
{
color: #F2D151;
}
.AnyTagClassName
{
color: #F2D151;
}
</style>
background-color css
<style>
a { background-color: #F2D151; }
a { background-color: rgb(242,209,81); }
div.DivClassName
{
background-color: #F2D151;
}
.BgClassName
{
background-color: #F2D151;
}
</style>
border-color css
<style>
span { border-color: #F2D151; }
span { border-color: rgb(242,209,81); }
td.TdClassName
{
border-color: #F2D151;
}
.TagClassName
{
border-color: #F2D151;
}
</style>