Shades of Portica #F0D059
Tints of Portica #F0D059
RGB
CMYK
RGB Variations
Color information
#F0D059 (or 0xF0D059) is known color: Portica. HEX triplet: F0, D0 and 59. RGB value is (240,208,89). Sum of RGB (Red+Green+Blue) = 240+208+89=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 89 (35.16% from 255 or 16.57% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D059 is #0F2FA6. Grayscale: #CCCCCC. Windows color (decimal): -995239 or 5886192. OLE color: 5886192.
HSL color Cylindrical-coordinate representation of color #F0D059: hue angle of 47.28º 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 #F0D059 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 89 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.06 |
| HSL | 47.28º | 0.83% | 0.65% | - |
| HSV(B) | 47.28º | 0.63% | 0.94% | - |
| XYZ | 60.29 | 64.36 | 18.7 | - |
| YUV | 204 | 63.1 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 89 | 0 | 0.13 | 0.63 | 0.06 | 47.28 | 0.83 | 0.65 |
| Hex | F0 | D0 | 59 | 0 | D | 3F | 6 | 2F | 53 | 41 |
| Octal | 360 | 320 | 131 | 0 | 15 | 77 | 6 | 57 | 123 | 101 |
| Binary | 11110000 | 11010000 | 1011001 | 0 | 1101 | 111111 | 110 | 101111 | 1010011 | 1000001 |
Color Harmonies of #F0D059
Complementary color
Monochromatic Colors of #F0D059
Black with #F0D059
Text Example
Text Example
White with #F0D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D059; }
p { color: rgb(240,208,89); }
H1.HeaderClassName
{
color: #F0D059;
}
.AnyTagClassName
{
color: #F0D059;
}
</style>
background-color css
<style>
a { background-color: #F0D059; }
a { background-color: rgb(240,208,89); }
div.DivClassName
{
background-color: #F0D059;
}
.BgClassName
{
background-color: #F0D059;
}
</style>
border-color css
<style>
span { border-color: #F0D059; }
span { border-color: rgb(240,208,89); }
td.TdClassName
{
border-color: #F0D059;
}
.TagClassName
{
border-color: #F0D059;
}
</style>