Shades of Portica #F0DF61
Tints of Portica #F0DF61
RGB
CMYK
RGB Variations
Color information
#F0DF61 (or 0xF0DF61) is known color: Portica. HEX triplet: F0, DF and 61. RGB value is (240,223,97). Sum of RGB (Red+Green+Blue) = 240+223+97=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 97 (38.28% from 255 or 17.32% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF61 is #0F209E. Grayscale: #D6D6D6. Windows color (decimal): -991391 or 6414320. OLE color: 6414320.
HSL color Cylindrical-coordinate representation of color #F0DF61: hue angle of 52.87º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0DF61 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 97 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.06 |
| HSL | 52.87º | 0.83% | 0.66% | - |
| HSV(B) | 52.87º | 0.6% | 0.94% | - |
| XYZ | 64.48 | 72.16 | 21.84 | - |
| YUV | 213.72 | 62.13 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 97 | 0 | 0.07 | 0.60 | 0.06 | 52.87 | 0.83 | 0.66 |
| Hex | F0 | DF | 61 | 0 | 7 | 3C | 6 | 35 | 53 | 42 |
| Octal | 360 | 337 | 141 | 0 | 7 | 74 | 6 | 65 | 123 | 102 |
| Binary | 11110000 | 11011111 | 1100001 | 0 | 111 | 111100 | 110 | 110101 | 1010011 | 1000010 |
Color Harmonies of #F0DF61
Complementary color
Monochromatic Colors of #F0DF61
Black with #F0DF61
Text Example
Text Example
White with #F0DF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF61; }
p { color: rgb(240,223,97); }
H1.HeaderClassName
{
color: #F0DF61;
}
.AnyTagClassName
{
color: #F0DF61;
}
</style>
background-color css
<style>
a { background-color: #F0DF61; }
a { background-color: rgb(240,223,97); }
div.DivClassName
{
background-color: #F0DF61;
}
.BgClassName
{
background-color: #F0DF61;
}
</style>
border-color css
<style>
span { border-color: #F0DF61; }
span { border-color: rgb(240,223,97); }
td.TdClassName
{
border-color: #F0DF61;
}
.TagClassName
{
border-color: #F0DF61;
}
</style>