Shades of Portica #F0CF54
Tints of Portica #F0CF54
RGB
CMYK
RGB Variations
Color information
#F0CF54 (or 0xF0CF54) is known color: Portica. HEX triplet: F0, CF and 54. RGB value is (240,207,84). Sum of RGB (Red+Green+Blue) = 240+207+84=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 84 (33.20% from 255 or 15.82% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF54 is #0F30AB. Grayscale: #CBCBCB. Windows color (decimal): -995500 or 5558256. OLE color: 5558256.
HSL color Cylindrical-coordinate representation of color #F0CF54: hue angle of 47.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 #F0CF54 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 84 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.06 |
| HSL | 47.31º | 0.84% | 0.64% | - |
| HSV(B) | 47.31º | 0.65% | 0.94% | - |
| XYZ | 59.85 | 63.79 | 17.55 | - |
| YUV | 202.85 | 60.93 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 84 | 0 | 0.14 | 0.65 | 0.06 | 47.31 | 0.84 | 0.64 |
| Hex | F0 | CF | 54 | 0 | E | 41 | 6 | 2F | 54 | 40 |
| Octal | 360 | 317 | 124 | 0 | 16 | 101 | 6 | 57 | 124 | 100 |
| Binary | 11110000 | 11001111 | 1010100 | 0 | 1110 | 1000001 | 110 | 101111 | 1010100 | 1000000 |
Color Harmonies of #F0CF54
Complementary color
Monochromatic Colors of #F0CF54
Black with #F0CF54
Text Example
Text Example
White with #F0CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF54; }
p { color: rgb(240,207,84); }
H1.HeaderClassName
{
color: #F0CF54;
}
.AnyTagClassName
{
color: #F0CF54;
}
</style>
background-color css
<style>
a { background-color: #F0CF54; }
a { background-color: rgb(240,207,84); }
div.DivClassName
{
background-color: #F0CF54;
}
.BgClassName
{
background-color: #F0CF54;
}
</style>
border-color css
<style>
span { border-color: #F0CF54; }
span { border-color: rgb(240,207,84); }
td.TdClassName
{
border-color: #F0CF54;
}
.TagClassName
{
border-color: #F0CF54;
}
</style>