Shades of Portica #F0DF5F
Tints of Portica #F0DF5F
RGB
CMYK
RGB Variations
Color information
#F0DF5F (or 0xF0DF5F) is known color: Portica. HEX triplet: F0, DF and 5F. RGB value is (240,223,95). Sum of RGB (Red+Green+Blue) = 240+223+95=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 95 (37.5% from 255 or 17.03% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF5F is #0F20A0. Grayscale: #D6D6D6. Windows color (decimal): -991393 or 6283248. OLE color: 6283248.
HSL color Cylindrical-coordinate representation of color #F0DF5F: hue angle of 52.97º 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 #F0DF5F is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 95 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.06 |
| HSL | 52.97º | 0.83% | 0.66% | - |
| HSV(B) | 52.97º | 0.6% | 0.94% | - |
| XYZ | 64.39 | 72.13 | 21.35 | - |
| YUV | 213.49 | 61.13 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 95 | 0 | 0.07 | 0.60 | 0.06 | 52.97 | 0.83 | 0.66 |
| Hex | F0 | DF | 5F | 0 | 7 | 3C | 6 | 35 | 53 | 42 |
| Octal | 360 | 337 | 137 | 0 | 7 | 74 | 6 | 65 | 123 | 102 |
| Binary | 11110000 | 11011111 | 1011111 | 0 | 111 | 111100 | 110 | 110101 | 1010011 | 1000010 |
Color Harmonies of #F0DF5F
Complementary color
Monochromatic Colors of #F0DF5F
Black with #F0DF5F
Text Example
Text Example
White with #F0DF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF5F; }
p { color: rgb(240,223,95); }
H1.HeaderClassName
{
color: #F0DF5F;
}
.AnyTagClassName
{
color: #F0DF5F;
}
</style>
background-color css
<style>
a { background-color: #F0DF5F; }
a { background-color: rgb(240,223,95); }
div.DivClassName
{
background-color: #F0DF5F;
}
.BgClassName
{
background-color: #F0DF5F;
}
</style>
border-color css
<style>
span { border-color: #F0DF5F; }
span { border-color: rgb(240,223,95); }
td.TdClassName
{
border-color: #F0DF5F;
}
.TagClassName
{
border-color: #F0DF5F;
}
</style>