Shades of Portica #F0D14F
Tints of Portica #F0D14F
RGB
CMYK
RGB Variations
Color information
#F0D14F (or 0xF0D14F) is known color: Portica. HEX triplet: F0, D1 and 4F. RGB value is (240,209,79). Sum of RGB (Red+Green+Blue) = 240+209+79=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 79 (31.25% from 255 or 14.96% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D14F is #0F2EB0. Grayscale: #CCCCCC. Windows color (decimal): -994993 or 5231088. OLE color: 5231088.
HSL color Cylindrical-coordinate representation of color #F0D14F: hue angle of 48.45º 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 #F0D14F is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 79 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.06 |
| HSL | 48.45º | 0.84% | 0.63% | - |
| HSV(B) | 48.45º | 0.67% | 0.94% | - |
| XYZ | 60.15 | 64.69 | 16.71 | - |
| YUV | 203.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 79 | 0 | 0.13 | 0.67 | 0.06 | 48.45 | 0.84 | 0.63 |
| Hex | F0 | D1 | 4F | 0 | D | 43 | 6 | 30 | 54 | 3F |
| Octal | 360 | 321 | 117 | 0 | 15 | 103 | 6 | 60 | 124 | 77 |
| Binary | 11110000 | 11010001 | 1001111 | 0 | 1101 | 1000011 | 110 | 110000 | 1010100 | 111111 |
Color Harmonies of #F0D14F
Complementary color
Monochromatic Colors of #F0D14F
Black with #F0D14F
Text Example
Text Example
White with #F0D14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D14F; }
p { color: rgb(240,209,79); }
H1.HeaderClassName
{
color: #F0D14F;
}
.AnyTagClassName
{
color: #F0D14F;
}
</style>
background-color css
<style>
a { background-color: #F0D14F; }
a { background-color: rgb(240,209,79); }
div.DivClassName
{
background-color: #F0D14F;
}
.BgClassName
{
background-color: #F0D14F;
}
</style>
border-color css
<style>
span { border-color: #F0D14F; }
span { border-color: rgb(240,209,79); }
td.TdClassName
{
border-color: #F0D14F;
}
.TagClassName
{
border-color: #F0D14F;
}
</style>