Shades of Portica #F0DF5D
Tints of Portica #F0DF5D
RGB
CMYK
RGB Variations
Color information
#F0DF5D (or 0xF0DF5D) is known color: Portica. HEX triplet: F0, DF and 5D. RGB value is (240,223,93). Sum of RGB (Red+Green+Blue) = 240+223+93=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 93 (36.72% from 255 or 16.73% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF5D is #0F20A2. Grayscale: #D5D5D5. Windows color (decimal): -991395 or 6152176. OLE color: 6152176.
HSL color Cylindrical-coordinate representation of color #F0DF5D: hue angle of 53.06º 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 #F0DF5D is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 93 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.06 |
| HSL | 53.06º | 0.83% | 0.65% | - |
| HSV(B) | 53.06º | 0.61% | 0.94% | - |
| XYZ | 64.3 | 72.09 | 20.88 | - |
| YUV | 213.26 | 60.13 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 93 | 0 | 0.07 | 0.61 | 0.06 | 53.06 | 0.83 | 0.65 |
| Hex | F0 | DF | 5D | 0 | 7 | 3D | 6 | 35 | 53 | 41 |
| Octal | 360 | 337 | 135 | 0 | 7 | 75 | 6 | 65 | 123 | 101 |
| Binary | 11110000 | 11011111 | 1011101 | 0 | 111 | 111101 | 110 | 110101 | 1010011 | 1000001 |
Color Harmonies of #F0DF5D
Complementary color
Monochromatic Colors of #F0DF5D
Black with #F0DF5D
Text Example
Text Example
White with #F0DF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF5D; }
p { color: rgb(240,223,93); }
H1.HeaderClassName
{
color: #F0DF5D;
}
.AnyTagClassName
{
color: #F0DF5D;
}
</style>
background-color css
<style>
a { background-color: #F0DF5D; }
a { background-color: rgb(240,223,93); }
div.DivClassName
{
background-color: #F0DF5D;
}
.BgClassName
{
background-color: #F0DF5D;
}
</style>
border-color css
<style>
span { border-color: #F0DF5D; }
span { border-color: rgb(240,223,93); }
td.TdClassName
{
border-color: #F0DF5D;
}
.TagClassName
{
border-color: #F0DF5D;
}
</style>