Shades of Portica #F0D662
Tints of Portica #F0D662
RGB
CMYK
RGB Variations
Color information
#F0D662 (or 0xF0D662) is known color: Portica. HEX triplet: F0, D6 and 62. RGB value is (240,214,98). Sum of RGB (Red+Green+Blue) = 240+214+98=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 98 (38.67% from 255 or 17.75% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D662 is #0F299D. Grayscale: #D1D1D1. Windows color (decimal): -993694 or 6477552. OLE color: 6477552.
HSL color Cylindrical-coordinate representation of color #F0D662: hue angle of 49.01º 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 #F0D662 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 98 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.06 |
| HSL | 49.01º | 0.83% | 0.66% | - |
| HSV(B) | 49.01º | 0.59% | 0.94% | - |
| XYZ | 62.19 | 67.5 | 21.31 | - |
| YUV | 208.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 98 | 0 | 0.11 | 0.59 | 0.06 | 49.01 | 0.83 | 0.66 |
| Hex | F0 | D6 | 62 | 0 | B | 3B | 6 | 31 | 53 | 42 |
| Octal | 360 | 326 | 142 | 0 | 13 | 73 | 6 | 61 | 123 | 102 |
| Binary | 11110000 | 11010110 | 1100010 | 0 | 1011 | 111011 | 110 | 110001 | 1010011 | 1000010 |
Color Harmonies of #F0D662
Complementary color
Monochromatic Colors of #F0D662
Black with #F0D662
Text Example
Text Example
White with #F0D662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D662; }
p { color: rgb(240,214,98); }
H1.HeaderClassName
{
color: #F0D662;
}
.AnyTagClassName
{
color: #F0D662;
}
</style>
background-color css
<style>
a { background-color: #F0D662; }
a { background-color: rgb(240,214,98); }
div.DivClassName
{
background-color: #F0D662;
}
.BgClassName
{
background-color: #F0D662;
}
</style>
border-color css
<style>
span { border-color: #F0D662; }
span { border-color: rgb(240,214,98); }
td.TdClassName
{
border-color: #F0D662;
}
.TagClassName
{
border-color: #F0D662;
}
</style>