Shades of Portica #F0D559
Tints of Portica #F0D559
RGB
CMYK
RGB Variations
Color information
#F0D559 (or 0xF0D559) is known color: Portica. HEX triplet: F0, D5 and 59. RGB value is (240,213,89). Sum of RGB (Red+Green+Blue) = 240+213+89=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 89 (35.16% from 255 or 16.42% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D559 is #0F2AA6. Grayscale: #CFCFCF. Windows color (decimal): -993959 or 5887472. OLE color: 5887472.
HSL color Cylindrical-coordinate representation of color #F0D559: hue angle of 49.27º 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 #F0D559 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 89 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.06 |
| HSL | 49.27º | 0.83% | 0.65% | - |
| HSV(B) | 49.27º | 0.63% | 0.94% | - |
| XYZ | 61.53 | 66.84 | 19.11 | - |
| YUV | 206.94 | 61.45 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 89 | 0 | 0.11 | 0.63 | 0.06 | 49.27 | 0.83 | 0.65 |
| Hex | F0 | D5 | 59 | 0 | B | 3F | 6 | 31 | 53 | 41 |
| Octal | 360 | 325 | 131 | 0 | 13 | 77 | 6 | 61 | 123 | 101 |
| Binary | 11110000 | 11010101 | 1011001 | 0 | 1011 | 111111 | 110 | 110001 | 1010011 | 1000001 |
Color Harmonies of #F0D559
Complementary color
Monochromatic Colors of #F0D559
Black with #F0D559
Text Example
Text Example
White with #F0D559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D559; }
p { color: rgb(240,213,89); }
H1.HeaderClassName
{
color: #F0D559;
}
.AnyTagClassName
{
color: #F0D559;
}
</style>
background-color css
<style>
a { background-color: #F0D559; }
a { background-color: rgb(240,213,89); }
div.DivClassName
{
background-color: #F0D559;
}
.BgClassName
{
background-color: #F0D559;
}
</style>
border-color css
<style>
span { border-color: #F0D559; }
span { border-color: rgb(240,213,89); }
td.TdClassName
{
border-color: #F0D559;
}
.TagClassName
{
border-color: #F0D559;
}
</style>