Shades of Portica #F0D955
Tints of Portica #F0D955
RGB
CMYK
RGB Variations
Color information
#F0D955 (or 0xF0D955) is known color: Portica. HEX triplet: F0, D9 and 55. RGB value is (240,217,85). Sum of RGB (Red+Green+Blue) = 240+217+85=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 85 (33.59% from 255 or 15.68% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D955 is #0F26AA. Grayscale: #D1D1D1. Windows color (decimal): -992939 or 5626352. OLE color: 5626352.
HSL color Cylindrical-coordinate representation of color #F0D955: hue angle of 51.1º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0D955 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 85 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.06 |
| HSL | 51.1º | 0.84% | 0.64% | - |
| HSV(B) | 51.1º | 0.65% | 0.94% | - |
| XYZ | 62.39 | 68.81 | 18.59 | - |
| YUV | 208.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 85 | 0 | 0.10 | 0.65 | 0.06 | 51.1 | 0.84 | 0.64 |
| Hex | F0 | D9 | 55 | 0 | A | 41 | 6 | 33 | 54 | 40 |
| Octal | 360 | 331 | 125 | 0 | 12 | 101 | 6 | 63 | 124 | 100 |
| Binary | 11110000 | 11011001 | 1010101 | 0 | 1010 | 1000001 | 110 | 110011 | 1010100 | 1000000 |
Color Harmonies of #F0D955
Complementary color
Monochromatic Colors of #F0D955
Black with #F0D955
Text Example
Text Example
White with #F0D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D955; }
p { color: rgb(240,217,85); }
H1.HeaderClassName
{
color: #F0D955;
}
.AnyTagClassName
{
color: #F0D955;
}
</style>
background-color css
<style>
a { background-color: #F0D955; }
a { background-color: rgb(240,217,85); }
div.DivClassName
{
background-color: #F0D955;
}
.BgClassName
{
background-color: #F0D955;
}
</style>
border-color css
<style>
span { border-color: #F0D955; }
span { border-color: rgb(240,217,85); }
td.TdClassName
{
border-color: #F0D955;
}
.TagClassName
{
border-color: #F0D955;
}
</style>