Shades of Portica #F0D856
Tints of Portica #F0D856
RGB
CMYK
RGB Variations
Color information
#F0D856 (or 0xF0D856) is known color: Portica. HEX triplet: F0, D8 and 56. RGB value is (240,216,86). Sum of RGB (Red+Green+Blue) = 240+216+86=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 86 (33.98% from 255 or 15.87% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D856 is #0F27A9. Grayscale: #D0D0D0. Windows color (decimal): -993194 or 5691632. OLE color: 5691632.
HSL color Cylindrical-coordinate representation of color #F0D856: hue angle of 50.65º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0D856 is Cyan = 0, Magento = 0.1, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 86 | - |
| CMYK | 0 | 0.1 | 0.64 | 0.06 |
| HSL | 50.65º | 0.84% | 0.64% | - |
| HSV(B) | 50.65º | 0.64% | 0.94% | - |
| XYZ | 62.17 | 68.31 | 18.71 | - |
| YUV | 208.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 86 | 0 | 0.1 | 0.64 | 0.06 | 50.65 | 0.84 | 0.64 |
| Hex | F0 | D8 | 56 | 0 | A | 40 | 6 | 33 | 54 | 40 |
| Octal | 360 | 330 | 126 | 0 | 12 | 100 | 6 | 63 | 124 | 100 |
| Binary | 11110000 | 11011000 | 1010110 | 0 | 1010 | 1000000 | 110 | 110011 | 1010100 | 1000000 |
Color Harmonies of #F0D856
Complementary color
Monochromatic Colors of #F0D856
Black with #F0D856
Text Example
Text Example
White with #F0D856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D856; }
p { color: rgb(240,216,86); }
H1.HeaderClassName
{
color: #F0D856;
}
.AnyTagClassName
{
color: #F0D856;
}
</style>
background-color css
<style>
a { background-color: #F0D856; }
a { background-color: rgb(240,216,86); }
div.DivClassName
{
background-color: #F0D856;
}
.BgClassName
{
background-color: #F0D856;
}
</style>
border-color css
<style>
span { border-color: #F0D856; }
span { border-color: rgb(240,216,86); }
td.TdClassName
{
border-color: #F0D856;
}
.TagClassName
{
border-color: #F0D856;
}
</style>