Shades of Portica #F0CF50
Tints of Portica #F0CF50
RGB
CMYK
RGB Variations
Color information
#F0CF50 (or 0xF0CF50) is known color: Portica. HEX triplet: F0, CF and 50. RGB value is (240,207,80). Sum of RGB (Red+Green+Blue) = 240+207+80=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF50 is #0F30AF. Grayscale: #CACACA. Windows color (decimal): -995504 or 5296112. OLE color: 5296112.
HSL color Cylindrical-coordinate representation of color #F0CF50: hue angle of 47.62º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0CF50 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 80 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.06 |
| HSL | 47.63º | 0.84% | 0.63% | - |
| HSV(B) | 47.63º | 0.67% | 0.94% | - |
| XYZ | 59.7 | 63.73 | 16.74 | - |
| YUV | 202.39 | 58.93 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 80 | 0 | 0.14 | 0.67 | 0.06 | 47.63 | 0.84 | 0.63 |
| Hex | F0 | CF | 50 | 0 | E | 43 | 6 | 30 | 54 | 3F |
| Octal | 360 | 317 | 120 | 0 | 16 | 103 | 6 | 60 | 124 | 77 |
| Binary | 11110000 | 11001111 | 1010000 | 0 | 1110 | 1000011 | 110 | 110000 | 1010100 | 111111 |
Color Harmonies of #F0CF50
Complementary color
Monochromatic Colors of #F0CF50
Black with #F0CF50
Text Example
Text Example
White with #F0CF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF50; }
p { color: rgb(240,207,80); }
H1.HeaderClassName
{
color: #F0CF50;
}
.AnyTagClassName
{
color: #F0CF50;
}
</style>
background-color css
<style>
a { background-color: #F0CF50; }
a { background-color: rgb(240,207,80); }
div.DivClassName
{
background-color: #F0CF50;
}
.BgClassName
{
background-color: #F0CF50;
}
</style>
border-color css
<style>
span { border-color: #F0CF50; }
span { border-color: rgb(240,207,80); }
td.TdClassName
{
border-color: #F0CF50;
}
.TagClassName
{
border-color: #F0CF50;
}
</style>