Shades of Portica #F0D150
Tints of Portica #F0D150
RGB
CMYK
RGB Variations
Color information
#F0D150 (or 0xF0D150) is known color: Portica. HEX triplet: F0, D1 and 50. RGB value is (240,209,80). Sum of RGB (Red+Green+Blue) = 240+209+80=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D150 is #0F2EAF. Grayscale: #CCCCCC. Windows color (decimal): -994992 or 5296624. OLE color: 5296624.
HSL color Cylindrical-coordinate representation of color #F0D150: hue angle of 48.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0D150 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 80 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.06 |
| HSL | 48.38º | 0.84% | 0.63% | - |
| HSV(B) | 48.38º | 0.67% | 0.94% | - |
| XYZ | 60.18 | 64.71 | 16.91 | - |
| YUV | 203.56 | 58.27 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 80 | 0 | 0.13 | 0.67 | 0.06 | 48.38 | 0.84 | 0.63 |
| Hex | F0 | D1 | 50 | 0 | D | 43 | 6 | 30 | 54 | 3F |
| Octal | 360 | 321 | 120 | 0 | 15 | 103 | 6 | 60 | 124 | 77 |
| Binary | 11110000 | 11010001 | 1010000 | 0 | 1101 | 1000011 | 110 | 110000 | 1010100 | 111111 |
Color Harmonies of #F0D150
Complementary color
Monochromatic Colors of #F0D150
Black with #F0D150
Text Example
Text Example
White with #F0D150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D150; }
p { color: rgb(240,209,80); }
H1.HeaderClassName
{
color: #F0D150;
}
.AnyTagClassName
{
color: #F0D150;
}
</style>
background-color css
<style>
a { background-color: #F0D150; }
a { background-color: rgb(240,209,80); }
div.DivClassName
{
background-color: #F0D150;
}
.BgClassName
{
background-color: #F0D150;
}
</style>
border-color css
<style>
span { border-color: #F0D150; }
span { border-color: rgb(240,209,80); }
td.TdClassName
{
border-color: #F0D150;
}
.TagClassName
{
border-color: #F0D150;
}
</style>