Shades of Portica #F0CE5D
Tints of Portica #F0CE5D
RGB
CMYK
RGB Variations
Color information
#F0CE5D (or 0xF0CE5D) is known color: Portica. HEX triplet: F0, CE and 5D. RGB value is (240,206,93). Sum of RGB (Red+Green+Blue) = 240+206+93=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE5D is #0F31A2. Grayscale: #CBCBCB. Windows color (decimal): -995747 or 6147824. OLE color: 6147824.
HSL color Cylindrical-coordinate representation of color #F0CE5D: hue angle of 46.12º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0CE5D is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 93 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.06 |
| HSL | 46.12º | 0.83% | 0.65% | - |
| HSV(B) | 46.12º | 0.61% | 0.94% | - |
| XYZ | 59.98 | 63.46 | 19.44 | - |
| YUV | 203.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 93 | 0 | 0.14 | 0.61 | 0.06 | 46.12 | 0.83 | 0.65 |
| Hex | F0 | CE | 5D | 0 | E | 3D | 6 | 2E | 53 | 41 |
| Octal | 360 | 316 | 135 | 0 | 16 | 75 | 6 | 56 | 123 | 101 |
| Binary | 11110000 | 11001110 | 1011101 | 0 | 1110 | 111101 | 110 | 101110 | 1010011 | 1000001 |
Color Harmonies of #F0CE5D
Complementary color
Monochromatic Colors of #F0CE5D
Black with #F0CE5D
Text Example
Text Example
White with #F0CE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE5D; }
p { color: rgb(240,206,93); }
H1.HeaderClassName
{
color: #F0CE5D;
}
.AnyTagClassName
{
color: #F0CE5D;
}
</style>
background-color css
<style>
a { background-color: #F0CE5D; }
a { background-color: rgb(240,206,93); }
div.DivClassName
{
background-color: #F0CE5D;
}
.BgClassName
{
background-color: #F0CE5D;
}
</style>
border-color css
<style>
span { border-color: #F0CE5D; }
span { border-color: rgb(240,206,93); }
td.TdClassName
{
border-color: #F0CE5D;
}
.TagClassName
{
border-color: #F0CE5D;
}
</style>