Shades of Portica #F0D759
Tints of Portica #F0D759
RGB
CMYK
RGB Variations
Color information
#F0D759 (or 0xF0D759) is known color: Portica. HEX triplet: F0, D7 and 59. RGB value is (240,215,89). Sum of RGB (Red+Green+Blue) = 240+215+89=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 89 (35.16% from 255 or 16.36% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D759 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D759 is #0F28A6. Grayscale: #D0D0D0. Windows color (decimal): -993447 or 5887984. OLE color: 5887984.
HSL color Cylindrical-coordinate representation of color #F0D759: hue angle of 50.07º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0D759 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 89 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.06 |
| HSL | 50.07º | 0.83% | 0.65% | - |
| HSV(B) | 50.07º | 0.63% | 0.94% | - |
| XYZ | 62.04 | 67.85 | 19.28 | - |
| YUV | 208.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 89 | 0 | 0.10 | 0.63 | 0.06 | 50.07 | 0.83 | 0.65 |
| Hex | F0 | D7 | 59 | 0 | A | 3F | 6 | 32 | 53 | 41 |
| Octal | 360 | 327 | 131 | 0 | 12 | 77 | 6 | 62 | 123 | 101 |
| Binary | 11110000 | 11010111 | 1011001 | 0 | 1010 | 111111 | 110 | 110010 | 1010011 | 1000001 |
Color Harmonies of #F0D759
Complementary color
Monochromatic Colors of #F0D759
Black with #F0D759
Text Example
Text Example
White with #F0D759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D759; }
p { color: rgb(240,215,89); }
H1.HeaderClassName
{
color: #F0D759;
}
.AnyTagClassName
{
color: #F0D759;
}
</style>
background-color css
<style>
a { background-color: #F0D759; }
a { background-color: rgb(240,215,89); }
div.DivClassName
{
background-color: #F0D759;
}
.BgClassName
{
background-color: #F0D759;
}
</style>
border-color css
<style>
span { border-color: #F0D759; }
span { border-color: rgb(240,215,89); }
td.TdClassName
{
border-color: #F0D759;
}
.TagClassName
{
border-color: #F0D759;
}
</style>