Shades of Portica #F0D963
Tints of Portica #F0D963
RGB
CMYK
RGB Variations
Color information
#F0D963 (or 0xF0D963) is known color: Portica. HEX triplet: F0, D9 and 63. RGB value is (240,217,99). Sum of RGB (Red+Green+Blue) = 240+217+99=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 99 (39.06% from 255 or 17.81% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D963 is #0F269C. Grayscale: #D2D2D2. Windows color (decimal): -992925 or 6543856. OLE color: 6543856.
HSL color Cylindrical-coordinate representation of color #F0D963: hue angle of 50.21º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0D963 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 99 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.06 |
| HSL | 50.21º | 0.82% | 0.66% | - |
| HSV(B) | 50.21º | 0.59% | 0.94% | - |
| XYZ | 63 | 69.05 | 21.81 | - |
| YUV | 210.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 99 | 0 | 0.10 | 0.59 | 0.06 | 50.21 | 0.82 | 0.66 |
| Hex | F0 | D9 | 63 | 0 | A | 3B | 6 | 32 | 52 | 42 |
| Octal | 360 | 331 | 143 | 0 | 12 | 73 | 6 | 62 | 122 | 102 |
| Binary | 11110000 | 11011001 | 1100011 | 0 | 1010 | 111011 | 110 | 110010 | 1010010 | 1000010 |
Color Harmonies of #F0D963
Complementary color
Monochromatic Colors of #F0D963
Black with #F0D963
Text Example
Text Example
White with #F0D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D963; }
p { color: rgb(240,217,99); }
H1.HeaderClassName
{
color: #F0D963;
}
.AnyTagClassName
{
color: #F0D963;
}
</style>
background-color css
<style>
a { background-color: #F0D963; }
a { background-color: rgb(240,217,99); }
div.DivClassName
{
background-color: #F0D963;
}
.BgClassName
{
background-color: #F0D963;
}
</style>
border-color css
<style>
span { border-color: #F0D963; }
span { border-color: rgb(240,217,99); }
td.TdClassName
{
border-color: #F0D963;
}
.TagClassName
{
border-color: #F0D963;
}
</style>