Shades of Portica #F0DD5D
Tints of Portica #F0DD5D
RGB
CMYK
RGB Variations
Color information
#F0DD5D (or 0xF0DD5D) is known color: Portica. HEX triplet: F0, DD and 5D. RGB value is (240,221,93). Sum of RGB (Red+Green+Blue) = 240+221+93=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 93 (36.72% from 255 or 16.79% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DD5D is #0F22A2. Grayscale: #D4D4D4. Windows color (decimal): -991907 or 6151664. OLE color: 6151664.
HSL color Cylindrical-coordinate representation of color #F0DD5D: hue angle of 52.24º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0DD5D is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 93 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.06 |
| HSL | 52.24º | 0.83% | 0.65% | - |
| HSV(B) | 52.24º | 0.61% | 0.94% | - |
| XYZ | 63.77 | 71.03 | 20.7 | - |
| YUV | 212.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 93 | 0 | 0.08 | 0.61 | 0.06 | 52.24 | 0.83 | 0.65 |
| Hex | F0 | DD | 5D | 0 | 8 | 3D | 6 | 34 | 53 | 41 |
| Octal | 360 | 335 | 135 | 0 | 10 | 75 | 6 | 64 | 123 | 101 |
| Binary | 11110000 | 11011101 | 1011101 | 0 | 1000 | 111101 | 110 | 110100 | 1010011 | 1000001 |
Color Harmonies of #F0DD5D
Complementary color
Monochromatic Colors of #F0DD5D
Black with #F0DD5D
Text Example
Text Example
White with #F0DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD5D; }
p { color: rgb(240,221,93); }
H1.HeaderClassName
{
color: #F0DD5D;
}
.AnyTagClassName
{
color: #F0DD5D;
}
</style>
background-color css
<style>
a { background-color: #F0DD5D; }
a { background-color: rgb(240,221,93); }
div.DivClassName
{
background-color: #F0DD5D;
}
.BgClassName
{
background-color: #F0DD5D;
}
</style>
border-color css
<style>
span { border-color: #F0DD5D; }
span { border-color: rgb(240,221,93); }
td.TdClassName
{
border-color: #F0DD5D;
}
.TagClassName
{
border-color: #F0DD5D;
}
</style>