Shades of Portica #F0D14E
Tints of Portica #F0D14E
RGB
CMYK
RGB Variations
Color information
#F0D14E (or 0xF0D14E) is known color: Portica. HEX triplet: F0, D1 and 4E. RGB value is (240,209,78). Sum of RGB (Red+Green+Blue) = 240+209+78=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D14E is #0F2EB1. Grayscale: #CBCBCB. Windows color (decimal): -994994 or 5165552. OLE color: 5165552.
HSL color Cylindrical-coordinate representation of color #F0D14E: hue angle of 48.52º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0D14E is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 78 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.06 |
| HSL | 48.52º | 0.84% | 0.62% | - |
| HSV(B) | 48.52º | 0.68% | 0.94% | - |
| XYZ | 60.11 | 64.68 | 16.52 | - |
| YUV | 203.34 | 57.27 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 78 | 0 | 0.13 | 0.68 | 0.06 | 48.52 | 0.84 | 0.62 |
| Hex | F0 | D1 | 4E | 0 | D | 44 | 6 | 31 | 54 | 3E |
| Octal | 360 | 321 | 116 | 0 | 15 | 104 | 6 | 61 | 124 | 76 |
| Binary | 11110000 | 11010001 | 1001110 | 0 | 1101 | 1000100 | 110 | 110001 | 1010100 | 111110 |
Color Harmonies of #F0D14E
Complementary color
Monochromatic Colors of #F0D14E
Black with #F0D14E
Text Example
Text Example
White with #F0D14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D14E; }
p { color: rgb(240,209,78); }
H1.HeaderClassName
{
color: #F0D14E;
}
.AnyTagClassName
{
color: #F0D14E;
}
</style>
background-color css
<style>
a { background-color: #F0D14E; }
a { background-color: rgb(240,209,78); }
div.DivClassName
{
background-color: #F0D14E;
}
.BgClassName
{
background-color: #F0D14E;
}
</style>
border-color css
<style>
span { border-color: #F0D14E; }
span { border-color: rgb(240,209,78); }
td.TdClassName
{
border-color: #F0D14E;
}
.TagClassName
{
border-color: #F0D14E;
}
</style>