Shades of Portica #F0CD54
Tints of Portica #F0CD54
RGB
CMYK
RGB Variations
Color information
#F0CD54 (or 0xF0CD54) is known color: Portica. HEX triplet: F0, CD and 54. RGB value is (240,205,84). Sum of RGB (Red+Green+Blue) = 240+205+84=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 84 (33.20% from 255 or 15.88% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CD54 is #0F32AB. Grayscale: #CACACA. Windows color (decimal): -996012 or 5557744. OLE color: 5557744.
HSL color Cylindrical-coordinate representation of color #F0CD54: hue angle of 46.54º 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 #F0CD54 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 84 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.06 |
| HSL | 46.54º | 0.84% | 0.64% | - |
| HSV(B) | 46.54º | 0.65% | 0.94% | - |
| XYZ | 59.37 | 62.83 | 17.39 | - |
| YUV | 201.67 | 61.6 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 84 | 0 | 0.15 | 0.65 | 0.06 | 46.54 | 0.84 | 0.64 |
| Hex | F0 | CD | 54 | 0 | F | 41 | 6 | 2F | 54 | 40 |
| Octal | 360 | 315 | 124 | 0 | 17 | 101 | 6 | 57 | 124 | 100 |
| Binary | 11110000 | 11001101 | 1010100 | 0 | 1111 | 1000001 | 110 | 101111 | 1010100 | 1000000 |
Color Harmonies of #F0CD54
Complementary color
Monochromatic Colors of #F0CD54
Black with #F0CD54
Text Example
Text Example
White with #F0CD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CD54; }
p { color: rgb(240,205,84); }
H1.HeaderClassName
{
color: #F0CD54;
}
.AnyTagClassName
{
color: #F0CD54;
}
</style>
background-color css
<style>
a { background-color: #F0CD54; }
a { background-color: rgb(240,205,84); }
div.DivClassName
{
background-color: #F0CD54;
}
.BgClassName
{
background-color: #F0CD54;
}
</style>
border-color css
<style>
span { border-color: #F0CD54; }
span { border-color: rgb(240,205,84); }
td.TdClassName
{
border-color: #F0CD54;
}
.TagClassName
{
border-color: #F0CD54;
}
</style>