Shades of Portica #F0D95E
Tints of Portica #F0D95E
RGB
CMYK
RGB Variations
Color information
#F0D95E (or 0xF0D95E) is known color: Portica. HEX triplet: F0, D9 and 5E. RGB value is (240,217,94). Sum of RGB (Red+Green+Blue) = 240+217+94=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 94 (37.11% from 255 or 17.06% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D95E is #0F26A1. Grayscale: #D2D2D2. Windows color (decimal): -992930 or 6216176. OLE color: 6216176.
HSL color Cylindrical-coordinate representation of color #F0D95E: hue angle of 50.55º 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 #F0D95E is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 94 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.06 |
| HSL | 50.55º | 0.83% | 0.65% | - |
| HSV(B) | 50.55º | 0.61% | 0.94% | - |
| XYZ | 62.77 | 68.96 | 20.59 | - |
| YUV | 209.86 | 62.62 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 94 | 0 | 0.10 | 0.61 | 0.06 | 50.55 | 0.83 | 0.65 |
| Hex | F0 | D9 | 5E | 0 | A | 3D | 6 | 33 | 53 | 41 |
| Octal | 360 | 331 | 136 | 0 | 12 | 75 | 6 | 63 | 123 | 101 |
| Binary | 11110000 | 11011001 | 1011110 | 0 | 1010 | 111101 | 110 | 110011 | 1010011 | 1000001 |
Color Harmonies of #F0D95E
Complementary color
Monochromatic Colors of #F0D95E
Black with #F0D95E
Text Example
Text Example
White with #F0D95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D95E; }
p { color: rgb(240,217,94); }
H1.HeaderClassName
{
color: #F0D95E;
}
.AnyTagClassName
{
color: #F0D95E;
}
</style>
background-color css
<style>
a { background-color: #F0D95E; }
a { background-color: rgb(240,217,94); }
div.DivClassName
{
background-color: #F0D95E;
}
.BgClassName
{
background-color: #F0D95E;
}
</style>
border-color css
<style>
span { border-color: #F0D95E; }
span { border-color: rgb(240,217,94); }
td.TdClassName
{
border-color: #F0D95E;
}
.TagClassName
{
border-color: #F0D95E;
}
</style>