Shades of Portica #F0D861
Tints of Portica #F0D861
RGB
CMYK
RGB Variations
Color information
#F0D861 (or 0xF0D861) is known color: Portica. HEX triplet: F0, D8 and 61. RGB value is (240,216,97). Sum of RGB (Red+Green+Blue) = 240+216+97=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 97 (38.28% from 255 or 17.54% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D861 is #0F279E. Grayscale: #D2D2D2. Windows color (decimal): -993183 or 6412528. OLE color: 6412528.
HSL color Cylindrical-coordinate representation of color #F0D861: hue angle of 49.93º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0D861 is Cyan = 0, Magento = 0.1, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 97 | - |
| CMYK | 0 | 0.1 | 0.60 | 0.06 |
| HSL | 49.93º | 0.83% | 0.66% | - |
| HSV(B) | 49.93º | 0.6% | 0.94% | - |
| XYZ | 62.65 | 68.5 | 21.23 | - |
| YUV | 209.61 | 64.45 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 97 | 0 | 0.1 | 0.60 | 0.06 | 49.93 | 0.83 | 0.66 |
| Hex | F0 | D8 | 61 | 0 | A | 3C | 6 | 32 | 53 | 42 |
| Octal | 360 | 330 | 141 | 0 | 12 | 74 | 6 | 62 | 123 | 102 |
| Binary | 11110000 | 11011000 | 1100001 | 0 | 1010 | 111100 | 110 | 110010 | 1010011 | 1000010 |
Color Harmonies of #F0D861
Complementary color
Monochromatic Colors of #F0D861
Black with #F0D861
Text Example
Text Example
White with #F0D861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D861; }
p { color: rgb(240,216,97); }
H1.HeaderClassName
{
color: #F0D861;
}
.AnyTagClassName
{
color: #F0D861;
}
</style>
background-color css
<style>
a { background-color: #F0D861; }
a { background-color: rgb(240,216,97); }
div.DivClassName
{
background-color: #F0D861;
}
.BgClassName
{
background-color: #F0D861;
}
</style>
border-color css
<style>
span { border-color: #F0D861; }
span { border-color: rgb(240,216,97); }
td.TdClassName
{
border-color: #F0D861;
}
.TagClassName
{
border-color: #F0D861;
}
</style>