Shades of Portica #F0D654
Tints of Portica #F0D654
RGB
CMYK
RGB Variations
Color information
#F0D654 (or 0xF0D654) is known color: Portica. HEX triplet: F0, D6 and 54. RGB value is (240,214,84). Sum of RGB (Red+Green+Blue) = 240+214+84=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 84 (33.20% from 255 or 15.61% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D654 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D654 is #0F29AB. Grayscale: #CFCFCF. Windows color (decimal): -993708 or 5560048. OLE color: 5560048.
HSL color Cylindrical-coordinate representation of color #F0D654: hue angle of 50º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0D654 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 84 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.06 |
| HSL | 50º | 0.84% | 0.64% | - |
| HSV(B) | 50º | 0.65% | 0.94% | - |
| XYZ | 61.58 | 67.26 | 18.12 | - |
| YUV | 206.95 | 58.61 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 84 | 0 | 0.11 | 0.65 | 0.06 | 50 | 0.84 | 0.64 |
| Hex | F0 | D6 | 54 | 0 | B | 41 | 6 | 32 | 54 | 40 |
| Octal | 360 | 326 | 124 | 0 | 13 | 101 | 6 | 62 | 124 | 100 |
| Binary | 11110000 | 11010110 | 1010100 | 0 | 1011 | 1000001 | 110 | 110010 | 1010100 | 1000000 |
Color Harmonies of #F0D654
Complementary color
Monochromatic Colors of #F0D654
Black with #F0D654
Text Example
Text Example
White with #F0D654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D654; }
p { color: rgb(240,214,84); }
H1.HeaderClassName
{
color: #F0D654;
}
.AnyTagClassName
{
color: #F0D654;
}
</style>
background-color css
<style>
a { background-color: #F0D654; }
a { background-color: rgb(240,214,84); }
div.DivClassName
{
background-color: #F0D654;
}
.BgClassName
{
background-color: #F0D654;
}
</style>
border-color css
<style>
span { border-color: #F0D654; }
span { border-color: rgb(240,214,84); }
td.TdClassName
{
border-color: #F0D654;
}
.TagClassName
{
border-color: #F0D654;
}
</style>