Shades of Portica #F0DF59
Tints of Portica #F0DF59
RGB
CMYK
RGB Variations
Color information
#F0DF59 (or 0xF0DF59) is known color: Portica. HEX triplet: F0, DF and 59. RGB value is (240,223,89). Sum of RGB (Red+Green+Blue) = 240+223+89=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 89 (35.16% from 255 or 16.12% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF59 is #0F20A6. Grayscale: #D5D5D5. Windows color (decimal): -991399 or 5890032. OLE color: 5890032.
HSL color Cylindrical-coordinate representation of color #F0DF59: hue angle of 53.25º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0DF59 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 89 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.06 |
| HSL | 53.25º | 0.83% | 0.65% | - |
| HSV(B) | 53.25º | 0.63% | 0.94% | - |
| XYZ | 64.13 | 72.02 | 19.97 | - |
| YUV | 212.81 | 58.13 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 89 | 0 | 0.07 | 0.63 | 0.06 | 53.25 | 0.83 | 0.65 |
| Hex | F0 | DF | 59 | 0 | 7 | 3F | 6 | 35 | 53 | 41 |
| Octal | 360 | 337 | 131 | 0 | 7 | 77 | 6 | 65 | 123 | 101 |
| Binary | 11110000 | 11011111 | 1011001 | 0 | 111 | 111111 | 110 | 110101 | 1010011 | 1000001 |
Color Harmonies of #F0DF59
Complementary color
Monochromatic Colors of #F0DF59
Black with #F0DF59
Text Example
Text Example
White with #F0DF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF59; }
p { color: rgb(240,223,89); }
H1.HeaderClassName
{
color: #F0DF59;
}
.AnyTagClassName
{
color: #F0DF59;
}
</style>
background-color css
<style>
a { background-color: #F0DF59; }
a { background-color: rgb(240,223,89); }
div.DivClassName
{
background-color: #F0DF59;
}
.BgClassName
{
background-color: #F0DF59;
}
</style>
border-color css
<style>
span { border-color: #F0DF59; }
span { border-color: rgb(240,223,89); }
td.TdClassName
{
border-color: #F0DF59;
}
.TagClassName
{
border-color: #F0DF59;
}
</style>