Shades of Portica #F0DA63
Tints of Portica #F0DA63
RGB
CMYK
RGB Variations
Color information
#F0DA63 (or 0xF0DA63) is known color: Portica. HEX triplet: F0, DA and 63. RGB value is (240,218,99). Sum of RGB (Red+Green+Blue) = 240+218+99=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 99 (39.06% from 255 or 17.77% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA63 is #0F259C. Grayscale: #D3D3D3. Windows color (decimal): -992669 or 6544112. OLE color: 6544112.
HSL color Cylindrical-coordinate representation of color #F0DA63: hue angle of 50.64º 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 #F0DA63 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 99 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.06 |
| HSL | 50.64º | 0.82% | 0.66% | - |
| HSV(B) | 50.64º | 0.59% | 0.94% | - |
| XYZ | 63.26 | 69.57 | 21.9 | - |
| YUV | 211.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 99 | 0 | 0.09 | 0.59 | 0.06 | 50.64 | 0.82 | 0.66 |
| Hex | F0 | DA | 63 | 0 | 9 | 3B | 6 | 33 | 52 | 42 |
| Octal | 360 | 332 | 143 | 0 | 11 | 73 | 6 | 63 | 122 | 102 |
| Binary | 11110000 | 11011010 | 1100011 | 0 | 1001 | 111011 | 110 | 110011 | 1010010 | 1000010 |
Color Harmonies of #F0DA63
Complementary color
Monochromatic Colors of #F0DA63
Black with #F0DA63
Text Example
Text Example
White with #F0DA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA63; }
p { color: rgb(240,218,99); }
H1.HeaderClassName
{
color: #F0DA63;
}
.AnyTagClassName
{
color: #F0DA63;
}
</style>
background-color css
<style>
a { background-color: #F0DA63; }
a { background-color: rgb(240,218,99); }
div.DivClassName
{
background-color: #F0DA63;
}
.BgClassName
{
background-color: #F0DA63;
}
</style>
border-color css
<style>
span { border-color: #F0DA63; }
span { border-color: rgb(240,218,99); }
td.TdClassName
{
border-color: #F0DA63;
}
.TagClassName
{
border-color: #F0DA63;
}
</style>