Shades of Portica #F0CF51
Tints of Portica #F0CF51
RGB
CMYK
RGB Variations
Color information
#F0CF51 (or 0xF0CF51) is known color: Portica. HEX triplet: F0, CF and 51. RGB value is (240,207,81). Sum of RGB (Red+Green+Blue) = 240+207+81=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 81 (32.03% from 255 or 15.34% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF51 is #0F30AE. Grayscale: #CBCBCB. Windows color (decimal): -995503 or 5361648. OLE color: 5361648.
HSL color Cylindrical-coordinate representation of color #F0CF51: hue angle of 47.55º 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 #F0CF51 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 81 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.06 |
| HSL | 47.55º | 0.84% | 0.63% | - |
| HSV(B) | 47.55º | 0.66% | 0.94% | - |
| XYZ | 59.73 | 63.75 | 16.94 | - |
| YUV | 202.5 | 59.43 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 81 | 0 | 0.14 | 0.66 | 0.06 | 47.55 | 0.84 | 0.63 |
| Hex | F0 | CF | 51 | 0 | E | 42 | 6 | 30 | 54 | 3F |
| Octal | 360 | 317 | 121 | 0 | 16 | 102 | 6 | 60 | 124 | 77 |
| Binary | 11110000 | 11001111 | 1010001 | 0 | 1110 | 1000010 | 110 | 110000 | 1010100 | 111111 |
Color Harmonies of #F0CF51
Complementary color
Monochromatic Colors of #F0CF51
Black with #F0CF51
Text Example
Text Example
White with #F0CF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF51; }
p { color: rgb(240,207,81); }
H1.HeaderClassName
{
color: #F0CF51;
}
.AnyTagClassName
{
color: #F0CF51;
}
</style>
background-color css
<style>
a { background-color: #F0CF51; }
a { background-color: rgb(240,207,81); }
div.DivClassName
{
background-color: #F0CF51;
}
.BgClassName
{
background-color: #F0CF51;
}
</style>
border-color css
<style>
span { border-color: #F0CF51; }
span { border-color: rgb(240,207,81); }
td.TdClassName
{
border-color: #F0CF51;
}
.TagClassName
{
border-color: #F0CF51;
}
</style>