Shades of Portica #F0D55D
Tints of Portica #F0D55D
RGB
CMYK
RGB Variations
Color information
#F0D55D (or 0xF0D55D) is known color: Portica. HEX triplet: F0, D5 and 5D. RGB value is (240,213,93). Sum of RGB (Red+Green+Blue) = 240+213+93=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D55D is #0F2AA2. Grayscale: #CFCFCF. Windows color (decimal): -993955 or 6149616. OLE color: 6149616.
HSL color Cylindrical-coordinate representation of color #F0D55D: hue angle of 48.98º 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 #F0D55D is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 93 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.06 |
| HSL | 48.98º | 0.83% | 0.65% | - |
| HSV(B) | 48.98º | 0.61% | 0.94% | - |
| XYZ | 61.71 | 66.9 | 20.02 | - |
| YUV | 207.39 | 63.45 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 93 | 0 | 0.11 | 0.61 | 0.06 | 48.98 | 0.83 | 0.65 |
| Hex | F0 | D5 | 5D | 0 | B | 3D | 6 | 31 | 53 | 41 |
| Octal | 360 | 325 | 135 | 0 | 13 | 75 | 6 | 61 | 123 | 101 |
| Binary | 11110000 | 11010101 | 1011101 | 0 | 1011 | 111101 | 110 | 110001 | 1010011 | 1000001 |
Color Harmonies of #F0D55D
Complementary color
Monochromatic Colors of #F0D55D
Black with #F0D55D
Text Example
Text Example
White with #F0D55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D55D; }
p { color: rgb(240,213,93); }
H1.HeaderClassName
{
color: #F0D55D;
}
.AnyTagClassName
{
color: #F0D55D;
}
</style>
background-color css
<style>
a { background-color: #F0D55D; }
a { background-color: rgb(240,213,93); }
div.DivClassName
{
background-color: #F0D55D;
}
.BgClassName
{
background-color: #F0D55D;
}
</style>
border-color css
<style>
span { border-color: #F0D55D; }
span { border-color: rgb(240,213,93); }
td.TdClassName
{
border-color: #F0D55D;
}
.TagClassName
{
border-color: #F0D55D;
}
</style>