Shades of Portica #F0D961
Tints of Portica #F0D961
RGB
CMYK
RGB Variations
Color information
#F0D961 (or 0xF0D961) is known color: Portica. HEX triplet: F0, D9 and 61. RGB value is (240,217,97). Sum of RGB (Red+Green+Blue) = 240+217+97=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 97 (38.28% from 255 or 17.51% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D961 is #0F269E. Grayscale: #D2D2D2. Windows color (decimal): -992927 or 6412784. OLE color: 6412784.
HSL color Cylindrical-coordinate representation of color #F0D961: hue angle of 50.35º 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 #F0D961 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 97 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.06 |
| HSL | 50.35º | 0.83% | 0.66% | - |
| HSV(B) | 50.35º | 0.6% | 0.94% | - |
| XYZ | 62.91 | 69.01 | 21.31 | - |
| YUV | 210.2 | 64.12 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 97 | 0 | 0.10 | 0.60 | 0.06 | 50.35 | 0.83 | 0.66 |
| Hex | F0 | D9 | 61 | 0 | A | 3C | 6 | 32 | 53 | 42 |
| Octal | 360 | 331 | 141 | 0 | 12 | 74 | 6 | 62 | 123 | 102 |
| Binary | 11110000 | 11011001 | 1100001 | 0 | 1010 | 111100 | 110 | 110010 | 1010011 | 1000010 |
Color Harmonies of #F0D961
Complementary color
Monochromatic Colors of #F0D961
Black with #F0D961
Text Example
Text Example
White with #F0D961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D961; }
p { color: rgb(240,217,97); }
H1.HeaderClassName
{
color: #F0D961;
}
.AnyTagClassName
{
color: #F0D961;
}
</style>
background-color css
<style>
a { background-color: #F0D961; }
a { background-color: rgb(240,217,97); }
div.DivClassName
{
background-color: #F0D961;
}
.BgClassName
{
background-color: #F0D961;
}
</style>
border-color css
<style>
span { border-color: #F0D961; }
span { border-color: rgb(240,217,97); }
td.TdClassName
{
border-color: #F0D961;
}
.TagClassName
{
border-color: #F0D961;
}
</style>