Shades of Portica #F0D65F
Tints of Portica #F0D65F
RGB
CMYK
RGB Variations
Color information
#F0D65F (or 0xF0D65F) is known color: Portica. HEX triplet: F0, D6 and 5F. RGB value is (240,214,95). Sum of RGB (Red+Green+Blue) = 240+214+95=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D65F is #0F29A0. Grayscale: #D0D0D0. Windows color (decimal): -993697 or 6280944. OLE color: 6280944.
HSL color Cylindrical-coordinate representation of color #F0D65F: hue angle of 49.24º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0D65F is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 95 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.06 |
| HSL | 49.24º | 0.83% | 0.66% | - |
| HSV(B) | 49.24º | 0.6% | 0.94% | - |
| XYZ | 62.05 | 67.44 | 20.57 | - |
| YUV | 208.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 95 | 0 | 0.11 | 0.60 | 0.06 | 49.24 | 0.83 | 0.66 |
| Hex | F0 | D6 | 5F | 0 | B | 3C | 6 | 31 | 53 | 42 |
| Octal | 360 | 326 | 137 | 0 | 13 | 74 | 6 | 61 | 123 | 102 |
| Binary | 11110000 | 11010110 | 1011111 | 0 | 1011 | 111100 | 110 | 110001 | 1010011 | 1000010 |
Color Harmonies of #F0D65F
Complementary color
Monochromatic Colors of #F0D65F
Black with #F0D65F
Text Example
Text Example
White with #F0D65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D65F; }
p { color: rgb(240,214,95); }
H1.HeaderClassName
{
color: #F0D65F;
}
.AnyTagClassName
{
color: #F0D65F;
}
</style>
background-color css
<style>
a { background-color: #F0D65F; }
a { background-color: rgb(240,214,95); }
div.DivClassName
{
background-color: #F0D65F;
}
.BgClassName
{
background-color: #F0D65F;
}
</style>
border-color css
<style>
span { border-color: #F0D65F; }
span { border-color: rgb(240,214,95); }
td.TdClassName
{
border-color: #F0D65F;
}
.TagClassName
{
border-color: #F0D65F;
}
</style>