Shades of Portica #F0CE56
Tints of Portica #F0CE56
RGB
CMYK
RGB Variations
Color information
#F0CE56 (or 0xF0CE56) is known color: Portica. HEX triplet: F0, CE and 56. RGB value is (240,206,86). Sum of RGB (Red+Green+Blue) = 240+206+86=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE56 is #0F31A9. Grayscale: #CBCBCB. Windows color (decimal): -995754 or 5689072. OLE color: 5689072.
HSL color Cylindrical-coordinate representation of color #F0CE56: hue angle of 46.75º 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 #F0CE56 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 86 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.06 |
| HSL | 46.75º | 0.84% | 0.64% | - |
| HSV(B) | 46.75º | 0.64% | 0.94% | - |
| XYZ | 59.69 | 63.34 | 17.88 | - |
| YUV | 202.49 | 62.26 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 86 | 0 | 0.14 | 0.64 | 0.06 | 46.75 | 0.84 | 0.64 |
| Hex | F0 | CE | 56 | 0 | E | 40 | 6 | 2F | 54 | 40 |
| Octal | 360 | 316 | 126 | 0 | 16 | 100 | 6 | 57 | 124 | 100 |
| Binary | 11110000 | 11001110 | 1010110 | 0 | 1110 | 1000000 | 110 | 101111 | 1010100 | 1000000 |
Color Harmonies of #F0CE56
Complementary color
Monochromatic Colors of #F0CE56
Black with #F0CE56
Text Example
Text Example
White with #F0CE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE56; }
p { color: rgb(240,206,86); }
H1.HeaderClassName
{
color: #F0CE56;
}
.AnyTagClassName
{
color: #F0CE56;
}
</style>
background-color css
<style>
a { background-color: #F0CE56; }
a { background-color: rgb(240,206,86); }
div.DivClassName
{
background-color: #F0CE56;
}
.BgClassName
{
background-color: #F0CE56;
}
</style>
border-color css
<style>
span { border-color: #F0CE56; }
span { border-color: rgb(240,206,86); }
td.TdClassName
{
border-color: #F0CE56;
}
.TagClassName
{
border-color: #F0CE56;
}
</style>