Shades of Portica #F0CE51
Tints of Portica #F0CE51
RGB
CMYK
RGB Variations
Color information
#F0CE51 (or 0xF0CE51) is known color: Portica. HEX triplet: F0, CE and 51. RGB value is (240,206,81). Sum of RGB (Red+Green+Blue) = 240+206+81=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 81 (32.03% from 255 or 15.37% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE51 is #0F31AE. Grayscale: #CACACA. Windows color (decimal): -995759 or 5361392. OLE color: 5361392.
HSL color Cylindrical-coordinate representation of color #F0CE51: hue angle of 47.17º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0CE51 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 81 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.06 |
| HSL | 47.17º | 0.84% | 0.63% | - |
| HSV(B) | 47.17º | 0.66% | 0.94% | - |
| XYZ | 59.49 | 63.26 | 16.86 | - |
| YUV | 201.92 | 59.76 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 81 | 0 | 0.14 | 0.66 | 0.06 | 47.17 | 0.84 | 0.63 |
| Hex | F0 | CE | 51 | 0 | E | 42 | 6 | 2F | 54 | 3F |
| Octal | 360 | 316 | 121 | 0 | 16 | 102 | 6 | 57 | 124 | 77 |
| Binary | 11110000 | 11001110 | 1010001 | 0 | 1110 | 1000010 | 110 | 101111 | 1010100 | 111111 |
Color Harmonies of #F0CE51
Complementary color
Monochromatic Colors of #F0CE51
Black with #F0CE51
Text Example
Text Example
White with #F0CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE51; }
p { color: rgb(240,206,81); }
H1.HeaderClassName
{
color: #F0CE51;
}
.AnyTagClassName
{
color: #F0CE51;
}
</style>
background-color css
<style>
a { background-color: #F0CE51; }
a { background-color: rgb(240,206,81); }
div.DivClassName
{
background-color: #F0CE51;
}
.BgClassName
{
background-color: #F0CE51;
}
</style>
border-color css
<style>
span { border-color: #F0CE51; }
span { border-color: rgb(240,206,81); }
td.TdClassName
{
border-color: #F0CE51;
}
.TagClassName
{
border-color: #F0CE51;
}
</style>