Shades of Portica #F0CE57
Tints of Portica #F0CE57
RGB
CMYK
RGB Variations
Color information
#F0CE57 (or 0xF0CE57) is known color: Portica. HEX triplet: F0, CE and 57. RGB value is (240,206,87). Sum of RGB (Red+Green+Blue) = 240+206+87=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE57 is #0F31A8. Grayscale: #CBCBCB. Windows color (decimal): -995753 or 5754608. OLE color: 5754608.
HSL color Cylindrical-coordinate representation of color #F0CE57: hue angle of 46.67º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0CE57 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 87 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.06 |
| HSL | 46.67º | 0.84% | 0.64% | - |
| HSV(B) | 46.67º | 0.64% | 0.94% | - |
| XYZ | 59.73 | 63.36 | 18.1 | - |
| YUV | 202.6 | 62.76 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 87 | 0 | 0.14 | 0.64 | 0.06 | 46.67 | 0.84 | 0.64 |
| Hex | F0 | CE | 57 | 0 | E | 40 | 6 | 2F | 54 | 40 |
| Octal | 360 | 316 | 127 | 0 | 16 | 100 | 6 | 57 | 124 | 100 |
| Binary | 11110000 | 11001110 | 1010111 | 0 | 1110 | 1000000 | 110 | 101111 | 1010100 | 1000000 |
Color Harmonies of #F0CE57
Complementary color
Monochromatic Colors of #F0CE57
Black with #F0CE57
Text Example
Text Example
White with #F0CE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE57; }
p { color: rgb(240,206,87); }
H1.HeaderClassName
{
color: #F0CE57;
}
.AnyTagClassName
{
color: #F0CE57;
}
</style>
background-color css
<style>
a { background-color: #F0CE57; }
a { background-color: rgb(240,206,87); }
div.DivClassName
{
background-color: #F0CE57;
}
.BgClassName
{
background-color: #F0CE57;
}
</style>
border-color css
<style>
span { border-color: #F0CE57; }
span { border-color: rgb(240,206,87); }
td.TdClassName
{
border-color: #F0CE57;
}
.TagClassName
{
border-color: #F0CE57;
}
</style>