Shades of Portica #F0D34E
Tints of Portica #F0D34E
RGB
CMYK
RGB Variations
Color information
#F0D34E (or 0xF0D34E) is known color: Portica. HEX triplet: F0, D3 and 4E. RGB value is (240,211,78). Sum of RGB (Red+Green+Blue) = 240+211+78=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 78 (30.86% from 255 or 14.74% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D34E is #0F2CB1. Grayscale: #CDCDCD. Windows color (decimal): -994482 or 5166064. OLE color: 5166064.
HSL color Cylindrical-coordinate representation of color #F0D34E: hue angle of 49.26º 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 #F0D34E is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 78 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.06 |
| HSL | 49.26º | 0.84% | 0.62% | - |
| HSV(B) | 49.26º | 0.68% | 0.94% | - |
| XYZ | 60.6 | 65.66 | 16.69 | - |
| YUV | 204.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 78 | 0 | 0.12 | 0.68 | 0.06 | 49.26 | 0.84 | 0.62 |
| Hex | F0 | D3 | 4E | 0 | C | 44 | 6 | 31 | 54 | 3E |
| Octal | 360 | 323 | 116 | 0 | 14 | 104 | 6 | 61 | 124 | 76 |
| Binary | 11110000 | 11010011 | 1001110 | 0 | 1100 | 1000100 | 110 | 110001 | 1010100 | 111110 |
Color Harmonies of #F0D34E
Complementary color
Monochromatic Colors of #F0D34E
Black with #F0D34E
Text Example
Text Example
White with #F0D34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D34E; }
p { color: rgb(240,211,78); }
H1.HeaderClassName
{
color: #F0D34E;
}
.AnyTagClassName
{
color: #F0D34E;
}
</style>
background-color css
<style>
a { background-color: #F0D34E; }
a { background-color: rgb(240,211,78); }
div.DivClassName
{
background-color: #F0D34E;
}
.BgClassName
{
background-color: #F0D34E;
}
</style>
border-color css
<style>
span { border-color: #F0D34E; }
span { border-color: rgb(240,211,78); }
td.TdClassName
{
border-color: #F0D34E;
}
.TagClassName
{
border-color: #F0D34E;
}
</style>