Shades of Portica #F0DD57
Tints of Portica #F0DD57
RGB
CMYK
RGB Variations
Color information
#F0DD57 (or 0xF0DD57) is known color: Portica. HEX triplet: F0, DD and 57. RGB value is (240,221,87). Sum of RGB (Red+Green+Blue) = 240+221+87=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 87 (34.38% from 255 or 15.88% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DD57 is #0F22A8. Grayscale: #D3D3D3. Windows color (decimal): -991913 or 5758448. OLE color: 5758448.
HSL color Cylindrical-coordinate representation of color #F0DD57: hue angle of 52.55º 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 #F0DD57 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 87 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.06 |
| HSL | 52.55º | 0.84% | 0.64% | - |
| HSV(B) | 52.55º | 0.64% | 0.94% | - |
| XYZ | 63.51 | 70.93 | 19.36 | - |
| YUV | 211.41 | 57.79 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 87 | 0 | 0.08 | 0.64 | 0.06 | 52.55 | 0.84 | 0.64 |
| Hex | F0 | DD | 57 | 0 | 8 | 40 | 6 | 35 | 54 | 40 |
| Octal | 360 | 335 | 127 | 0 | 10 | 100 | 6 | 65 | 124 | 100 |
| Binary | 11110000 | 11011101 | 1010111 | 0 | 1000 | 1000000 | 110 | 110101 | 1010100 | 1000000 |
Color Harmonies of #F0DD57
Complementary color
Monochromatic Colors of #F0DD57
Black with #F0DD57
Text Example
Text Example
White with #F0DD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD57; }
p { color: rgb(240,221,87); }
H1.HeaderClassName
{
color: #F0DD57;
}
.AnyTagClassName
{
color: #F0DD57;
}
</style>
background-color css
<style>
a { background-color: #F0DD57; }
a { background-color: rgb(240,221,87); }
div.DivClassName
{
background-color: #F0DD57;
}
.BgClassName
{
background-color: #F0DD57;
}
</style>
border-color css
<style>
span { border-color: #F0DD57; }
span { border-color: rgb(240,221,87); }
td.TdClassName
{
border-color: #F0DD57;
}
.TagClassName
{
border-color: #F0DD57;
}
</style>