Shades of Portica #F0D256
Tints of Portica #F0D256
RGB
CMYK
RGB Variations
Color information
#F0D256 (or 0xF0D256) is known color: Portica. HEX triplet: F0, D2 and 56. RGB value is (240,210,86). Sum of RGB (Red+Green+Blue) = 240+210+86=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 86 (33.98% from 255 or 16.04% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D256 is #0F2DA9. Grayscale: #CDCDCD. Windows color (decimal): -994730 or 5690096. OLE color: 5690096.
HSL color Cylindrical-coordinate representation of color #F0D256: hue angle of 48.31º 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 #F0D256 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 86 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.06 |
| HSL | 48.31º | 0.84% | 0.64% | - |
| HSV(B) | 48.31º | 0.64% | 0.94% | - |
| XYZ | 60.66 | 65.29 | 18.21 | - |
| YUV | 204.83 | 60.94 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 86 | 0 | 0.12 | 0.64 | 0.06 | 48.31 | 0.84 | 0.64 |
| Hex | F0 | D2 | 56 | 0 | C | 40 | 6 | 30 | 54 | 40 |
| Octal | 360 | 322 | 126 | 0 | 14 | 100 | 6 | 60 | 124 | 100 |
| Binary | 11110000 | 11010010 | 1010110 | 0 | 1100 | 1000000 | 110 | 110000 | 1010100 | 1000000 |
Color Harmonies of #F0D256
Complementary color
Monochromatic Colors of #F0D256
Black with #F0D256
Text Example
Text Example
White with #F0D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D256; }
p { color: rgb(240,210,86); }
H1.HeaderClassName
{
color: #F0D256;
}
.AnyTagClassName
{
color: #F0D256;
}
</style>
background-color css
<style>
a { background-color: #F0D256; }
a { background-color: rgb(240,210,86); }
div.DivClassName
{
background-color: #F0D256;
}
.BgClassName
{
background-color: #F0D256;
}
</style>
border-color css
<style>
span { border-color: #F0D256; }
span { border-color: rgb(240,210,86); }
td.TdClassName
{
border-color: #F0D256;
}
.TagClassName
{
border-color: #F0D256;
}
</style>