Shades of Portica #F0DC62
Tints of Portica #F0DC62
RGB
CMYK
RGB Variations
Color information
#F0DC62 (or 0xF0DC62) is known color: Portica. HEX triplet: F0, DC and 62. RGB value is (240,220,98). Sum of RGB (Red+Green+Blue) = 240+220+98=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 98 (38.67% from 255 or 17.56% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC62 is #0F239D. Grayscale: #D4D4D4. Windows color (decimal): -992158 or 6479088. OLE color: 6479088.
HSL color Cylindrical-coordinate representation of color #F0DC62: hue angle of 51.55º degrees, saturation: 0.83, 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 #F0DC62 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 98 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.06 |
| HSL | 51.55º | 0.83% | 0.66% | - |
| HSV(B) | 51.55º | 0.59% | 0.94% | - |
| XYZ | 63.73 | 70.59 | 21.82 | - |
| YUV | 212.07 | 63.63 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 98 | 0 | 0.08 | 0.59 | 0.06 | 51.55 | 0.83 | 0.66 |
| Hex | F0 | DC | 62 | 0 | 8 | 3B | 6 | 34 | 53 | 42 |
| Octal | 360 | 334 | 142 | 0 | 10 | 73 | 6 | 64 | 123 | 102 |
| Binary | 11110000 | 11011100 | 1100010 | 0 | 1000 | 111011 | 110 | 110100 | 1010011 | 1000010 |
Color Harmonies of #F0DC62
Complementary color
Monochromatic Colors of #F0DC62
Black with #F0DC62
Text Example
Text Example
White with #F0DC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC62; }
p { color: rgb(240,220,98); }
H1.HeaderClassName
{
color: #F0DC62;
}
.AnyTagClassName
{
color: #F0DC62;
}
</style>
background-color css
<style>
a { background-color: #F0DC62; }
a { background-color: rgb(240,220,98); }
div.DivClassName
{
background-color: #F0DC62;
}
.BgClassName
{
background-color: #F0DC62;
}
</style>
border-color css
<style>
span { border-color: #F0DC62; }
span { border-color: rgb(240,220,98); }
td.TdClassName
{
border-color: #F0DC62;
}
.TagClassName
{
border-color: #F0DC62;
}
</style>