Shades of Portica #F0DF5C
Tints of Portica #F0DF5C
RGB
CMYK
RGB Variations
Color information
#F0DF5C (or 0xF0DF5C) is known color: Portica. HEX triplet: F0, DF and 5C. RGB value is (240,223,92). Sum of RGB (Red+Green+Blue) = 240+223+92=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 92 (36.33% from 255 or 16.58% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF5C is #0F20A3. Grayscale: #D5D5D5. Windows color (decimal): -991396 or 6086640. OLE color: 6086640.
HSL color Cylindrical-coordinate representation of color #F0DF5C: hue angle of 53.11º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0DF5C is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 92 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.06 |
| HSL | 53.11º | 0.83% | 0.65% | - |
| HSV(B) | 53.11º | 0.62% | 0.94% | - |
| XYZ | 64.25 | 72.07 | 20.65 | - |
| YUV | 213.15 | 59.63 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 92 | 0 | 0.07 | 0.62 | 0.06 | 53.11 | 0.83 | 0.65 |
| Hex | F0 | DF | 5C | 0 | 7 | 3E | 6 | 35 | 53 | 41 |
| Octal | 360 | 337 | 134 | 0 | 7 | 76 | 6 | 65 | 123 | 101 |
| Binary | 11110000 | 11011111 | 1011100 | 0 | 111 | 111110 | 110 | 110101 | 1010011 | 1000001 |
Color Harmonies of #F0DF5C
Complementary color
Monochromatic Colors of #F0DF5C
Black with #F0DF5C
Text Example
Text Example
White with #F0DF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF5C; }
p { color: rgb(240,223,92); }
H1.HeaderClassName
{
color: #F0DF5C;
}
.AnyTagClassName
{
color: #F0DF5C;
}
</style>
background-color css
<style>
a { background-color: #F0DF5C; }
a { background-color: rgb(240,223,92); }
div.DivClassName
{
background-color: #F0DF5C;
}
.BgClassName
{
background-color: #F0DF5C;
}
</style>
border-color css
<style>
span { border-color: #F0DF5C; }
span { border-color: rgb(240,223,92); }
td.TdClassName
{
border-color: #F0DF5C;
}
.TagClassName
{
border-color: #F0DF5C;
}
</style>