Shades of Portica #F0DF57
Tints of Portica #F0DF57
RGB
CMYK
RGB Variations
Color information
#F0DF57 (or 0xF0DF57) is known color: Portica. HEX triplet: F0, DF and 57. RGB value is (240,223,87). Sum of RGB (Red+Green+Blue) = 240+223+87=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 87 (34.38% from 255 or 15.82% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF57 is #0F20A8. Grayscale: #D5D5D5. Windows color (decimal): -991401 or 5758960. OLE color: 5758960.
HSL color Cylindrical-coordinate representation of color #F0DF57: hue angle of 53.33º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0DF57 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 87 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.06 |
| HSL | 53.33º | 0.84% | 0.64% | - |
| HSV(B) | 53.33º | 0.64% | 0.94% | - |
| XYZ | 64.04 | 71.99 | 19.54 | - |
| YUV | 212.58 | 57.13 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 87 | 0 | 0.07 | 0.64 | 0.06 | 53.33 | 0.84 | 0.64 |
| Hex | F0 | DF | 57 | 0 | 7 | 40 | 6 | 35 | 54 | 40 |
| Octal | 360 | 337 | 127 | 0 | 7 | 100 | 6 | 65 | 124 | 100 |
| Binary | 11110000 | 11011111 | 1010111 | 0 | 111 | 1000000 | 110 | 110101 | 1010100 | 1000000 |
Color Harmonies of #F0DF57
Complementary color
Monochromatic Colors of #F0DF57
Black with #F0DF57
Text Example
Text Example
White with #F0DF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF57; }
p { color: rgb(240,223,87); }
H1.HeaderClassName
{
color: #F0DF57;
}
.AnyTagClassName
{
color: #F0DF57;
}
</style>
background-color css
<style>
a { background-color: #F0DF57; }
a { background-color: rgb(240,223,87); }
div.DivClassName
{
background-color: #F0DF57;
}
.BgClassName
{
background-color: #F0DF57;
}
</style>
border-color css
<style>
span { border-color: #F0DF57; }
span { border-color: rgb(240,223,87); }
td.TdClassName
{
border-color: #F0DF57;
}
.TagClassName
{
border-color: #F0DF57;
}
</style>