Shades of Portica #F0DA52
Tints of Portica #F0DA52
RGB
CMYK
RGB Variations
Color information
#F0DA52 (or 0xF0DA52) is known color: Portica. HEX triplet: F0, DA and 52. RGB value is (240,218,82). Sum of RGB (Red+Green+Blue) = 240+218+82=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA52 is #0F25AD. Grayscale: #D1D1D1. Windows color (decimal): -992686 or 5430000. OLE color: 5430000.
HSL color Cylindrical-coordinate representation of color #F0DA52: hue angle of 51.65º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0DA52 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 82 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.06 |
| HSL | 51.65º | 0.84% | 0.63% | - |
| HSV(B) | 51.65º | 0.66% | 0.94% | - |
| XYZ | 62.53 | 69.28 | 18.06 | - |
| YUV | 209.07 | 56.29 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 82 | 0 | 0.09 | 0.66 | 0.06 | 51.65 | 0.84 | 0.63 |
| Hex | F0 | DA | 52 | 0 | 9 | 42 | 6 | 34 | 54 | 3F |
| Octal | 360 | 332 | 122 | 0 | 11 | 102 | 6 | 64 | 124 | 77 |
| Binary | 11110000 | 11011010 | 1010010 | 0 | 1001 | 1000010 | 110 | 110100 | 1010100 | 111111 |
Color Harmonies of #F0DA52
Complementary color
Monochromatic Colors of #F0DA52
Black with #F0DA52
Text Example
Text Example
White with #F0DA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA52; }
p { color: rgb(240,218,82); }
H1.HeaderClassName
{
color: #F0DA52;
}
.AnyTagClassName
{
color: #F0DA52;
}
</style>
background-color css
<style>
a { background-color: #F0DA52; }
a { background-color: rgb(240,218,82); }
div.DivClassName
{
background-color: #F0DA52;
}
.BgClassName
{
background-color: #F0DA52;
}
</style>
border-color css
<style>
span { border-color: #F0DA52; }
span { border-color: rgb(240,218,82); }
td.TdClassName
{
border-color: #F0DA52;
}
.TagClassName
{
border-color: #F0DA52;
}
</style>