Shades of Portica #F0D057
Tints of Portica #F0D057
RGB
CMYK
RGB Variations
Color information
#F0D057 (or 0xF0D057) is known color: Portica. HEX triplet: F0, D0 and 57. RGB value is (240,208,87). Sum of RGB (Red+Green+Blue) = 240+208+87=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 87 (34.38% from 255 or 16.26% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D057 is #0F2FA8. Grayscale: #CCCCCC. Windows color (decimal): -995241 or 5755120. OLE color: 5755120.
HSL color Cylindrical-coordinate representation of color #F0D057: hue angle of 47.45º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0D057 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 87 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.06 |
| HSL | 47.45º | 0.84% | 0.64% | - |
| HSV(B) | 47.45º | 0.64% | 0.94% | - |
| XYZ | 60.21 | 64.33 | 18.26 | - |
| YUV | 203.77 | 62.1 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 87 | 0 | 0.13 | 0.64 | 0.06 | 47.45 | 0.84 | 0.64 |
| Hex | F0 | D0 | 57 | 0 | D | 40 | 6 | 2F | 54 | 40 |
| Octal | 360 | 320 | 127 | 0 | 15 | 100 | 6 | 57 | 124 | 100 |
| Binary | 11110000 | 11010000 | 1010111 | 0 | 1101 | 1000000 | 110 | 101111 | 1010100 | 1000000 |
Color Harmonies of #F0D057
Complementary color
Monochromatic Colors of #F0D057
Black with #F0D057
Text Example
Text Example
White with #F0D057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D057; }
p { color: rgb(240,208,87); }
H1.HeaderClassName
{
color: #F0D057;
}
.AnyTagClassName
{
color: #F0D057;
}
</style>
background-color css
<style>
a { background-color: #F0D057; }
a { background-color: rgb(240,208,87); }
div.DivClassName
{
background-color: #F0D057;
}
.BgClassName
{
background-color: #F0D057;
}
</style>
border-color css
<style>
span { border-color: #F0D057; }
span { border-color: rgb(240,208,87); }
td.TdClassName
{
border-color: #F0D057;
}
.TagClassName
{
border-color: #F0D057;
}
</style>