Shades of Portica #F0DA58
Tints of Portica #F0DA58
RGB
CMYK
RGB Variations
Color information
#F0DA58 (or 0xF0DA58) is known color: Portica. HEX triplet: F0, DA and 58. RGB value is (240,218,88). Sum of RGB (Red+Green+Blue) = 240+218+88=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 88 (34.77% from 255 or 16.12% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA58 is #0F25A7. Grayscale: #D2D2D2. Windows color (decimal): -992680 or 5823216. OLE color: 5823216.
HSL color Cylindrical-coordinate representation of color #F0DA58: hue angle of 51.32º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0DA58 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 88 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.06 |
| HSL | 51.32º | 0.84% | 0.64% | - |
| HSV(B) | 51.32º | 0.63% | 0.94% | - |
| XYZ | 62.77 | 69.37 | 19.31 | - |
| YUV | 209.76 | 59.29 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 88 | 0 | 0.09 | 0.63 | 0.06 | 51.32 | 0.84 | 0.64 |
| Hex | F0 | DA | 58 | 0 | 9 | 3F | 6 | 33 | 54 | 40 |
| Octal | 360 | 332 | 130 | 0 | 11 | 77 | 6 | 63 | 124 | 100 |
| Binary | 11110000 | 11011010 | 1011000 | 0 | 1001 | 111111 | 110 | 110011 | 1010100 | 1000000 |
Color Harmonies of #F0DA58
Complementary color
Monochromatic Colors of #F0DA58
Black with #F0DA58
Text Example
Text Example
White with #F0DA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA58; }
p { color: rgb(240,218,88); }
H1.HeaderClassName
{
color: #F0DA58;
}
.AnyTagClassName
{
color: #F0DA58;
}
</style>
background-color css
<style>
a { background-color: #F0DA58; }
a { background-color: rgb(240,218,88); }
div.DivClassName
{
background-color: #F0DA58;
}
.BgClassName
{
background-color: #F0DA58;
}
</style>
border-color css
<style>
span { border-color: #F0DA58; }
span { border-color: rgb(240,218,88); }
td.TdClassName
{
border-color: #F0DA58;
}
.TagClassName
{
border-color: #F0DA58;
}
</style>