Shades of Portica #F0CE53
Tints of Portica #F0CE53
RGB
CMYK
RGB Variations
Color information
#F0CE53 (or 0xF0CE53) is known color: Portica. HEX triplet: F0, CE and 53. RGB value is (240,206,83). Sum of RGB (Red+Green+Blue) = 240+206+83=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE53 is #0F31AC. Grayscale: #CACACA. Windows color (decimal): -995757 or 5492464. OLE color: 5492464.
HSL color Cylindrical-coordinate representation of color #F0CE53: hue angle of 47.01º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0CE53 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 83 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.06 |
| HSL | 47.01º | 0.84% | 0.63% | - |
| HSV(B) | 47.01º | 0.65% | 0.94% | - |
| XYZ | 59.57 | 63.29 | 17.26 | - |
| YUV | 202.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 83 | 0 | 0.14 | 0.65 | 0.06 | 47.01 | 0.84 | 0.63 |
| Hex | F0 | CE | 53 | 0 | E | 41 | 6 | 2F | 54 | 3F |
| Octal | 360 | 316 | 123 | 0 | 16 | 101 | 6 | 57 | 124 | 77 |
| Binary | 11110000 | 11001110 | 1010011 | 0 | 1110 | 1000001 | 110 | 101111 | 1010100 | 111111 |
Color Harmonies of #F0CE53
Complementary color
Monochromatic Colors of #F0CE53
Black with #F0CE53
Text Example
Text Example
White with #F0CE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE53; }
p { color: rgb(240,206,83); }
H1.HeaderClassName
{
color: #F0CE53;
}
.AnyTagClassName
{
color: #F0CE53;
}
</style>
background-color css
<style>
a { background-color: #F0CE53; }
a { background-color: rgb(240,206,83); }
div.DivClassName
{
background-color: #F0CE53;
}
.BgClassName
{
background-color: #F0CE53;
}
</style>
border-color css
<style>
span { border-color: #F0CE53; }
span { border-color: rgb(240,206,83); }
td.TdClassName
{
border-color: #F0CE53;
}
.TagClassName
{
border-color: #F0CE53;
}
</style>