Shades of Portica #F0D558
Tints of Portica #F0D558
RGB
CMYK
RGB Variations
Color information
#F0D558 (or 0xF0D558) is known color: Portica. HEX triplet: F0, D5 and 58. RGB value is (240,213,88). Sum of RGB (Red+Green+Blue) = 240+213+88=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 88 (34.77% from 255 or 16.27% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D558 is #0F2AA7. Grayscale: #CFCFCF. Windows color (decimal): -993960 or 5821936. OLE color: 5821936.
HSL color Cylindrical-coordinate representation of color #F0D558: hue angle of 49.34º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0D558 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 88 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.06 |
| HSL | 49.34º | 0.84% | 0.64% | - |
| HSV(B) | 49.34º | 0.63% | 0.94% | - |
| XYZ | 61.49 | 66.82 | 18.89 | - |
| YUV | 206.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 88 | 0 | 0.11 | 0.63 | 0.06 | 49.34 | 0.84 | 0.64 |
| Hex | F0 | D5 | 58 | 0 | B | 3F | 6 | 31 | 54 | 40 |
| Octal | 360 | 325 | 130 | 0 | 13 | 77 | 6 | 61 | 124 | 100 |
| Binary | 11110000 | 11010101 | 1011000 | 0 | 1011 | 111111 | 110 | 110001 | 1010100 | 1000000 |
Color Harmonies of #F0D558
Complementary color
Monochromatic Colors of #F0D558
Black with #F0D558
Text Example
Text Example
White with #F0D558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D558; }
p { color: rgb(240,213,88); }
H1.HeaderClassName
{
color: #F0D558;
}
.AnyTagClassName
{
color: #F0D558;
}
</style>
background-color css
<style>
a { background-color: #F0D558; }
a { background-color: rgb(240,213,88); }
div.DivClassName
{
background-color: #F0D558;
}
.BgClassName
{
background-color: #F0D558;
}
</style>
border-color css
<style>
span { border-color: #F0D558; }
span { border-color: rgb(240,213,88); }
td.TdClassName
{
border-color: #F0D558;
}
.TagClassName
{
border-color: #F0D558;
}
</style>