Shades of Portica #F0DC54
Tints of Portica #F0DC54
RGB
CMYK
RGB Variations
Color information
#F0DC54 (or 0xF0DC54) is known color: Portica. HEX triplet: F0, DC and 54. RGB value is (240,220,84). Sum of RGB (Red+Green+Blue) = 240+220+84=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 84 (33.20% from 255 or 15.44% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC54 is #0F23AB. Grayscale: #D3D3D3. Windows color (decimal): -992172 or 5561584. OLE color: 5561584.
HSL color Cylindrical-coordinate representation of color #F0DC54: hue angle of 52.31º 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 #F0DC54 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 84 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.06 |
| HSL | 52.31º | 0.84% | 0.64% | - |
| HSV(B) | 52.31º | 0.65% | 0.94% | - |
| XYZ | 63.13 | 70.35 | 18.64 | - |
| YUV | 210.48 | 56.63 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 84 | 0 | 0.08 | 0.65 | 0.06 | 52.31 | 0.84 | 0.64 |
| Hex | F0 | DC | 54 | 0 | 8 | 41 | 6 | 34 | 54 | 40 |
| Octal | 360 | 334 | 124 | 0 | 10 | 101 | 6 | 64 | 124 | 100 |
| Binary | 11110000 | 11011100 | 1010100 | 0 | 1000 | 1000001 | 110 | 110100 | 1010100 | 1000000 |
Color Harmonies of #F0DC54
Complementary color
Monochromatic Colors of #F0DC54
Black with #F0DC54
Text Example
Text Example
White with #F0DC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC54; }
p { color: rgb(240,220,84); }
H1.HeaderClassName
{
color: #F0DC54;
}
.AnyTagClassName
{
color: #F0DC54;
}
</style>
background-color css
<style>
a { background-color: #F0DC54; }
a { background-color: rgb(240,220,84); }
div.DivClassName
{
background-color: #F0DC54;
}
.BgClassName
{
background-color: #F0DC54;
}
</style>
border-color css
<style>
span { border-color: #F0DC54; }
span { border-color: rgb(240,220,84); }
td.TdClassName
{
border-color: #F0DC54;
}
.TagClassName
{
border-color: #F0DC54;
}
</style>