Shades of Portafino #F0ED9A
Tints of Portafino #F0ED9A
RGB
CMYK
RGB Variations
Color information
#F0ED9A (or 0xF0ED9A) is known color: Portafino. HEX triplet: F0, ED and 9A. RGB value is (240,237,154). Sum of RGB (Red+Green+Blue) = 240+237+154=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 154 (60.55% from 255 or 24.41% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0ED9A is #0F1265. Grayscale: #E4E4E4. Windows color (decimal): -987750 or 10153456. OLE color: 10153456.
HSL color Cylindrical-coordinate representation of color #F0ED9A: hue angle of 57.91º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0ED9A is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 154 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.06 |
| HSL | 57.91º | 0.74% | 0.77% | - |
| HSV(B) | 57.91º | 0.36% | 0.94% | - |
| XYZ | 72.05 | 81.43 | 42.49 | - |
| YUV | 228.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 154 | 0 | 0.01 | 0.36 | 0.06 | 57.91 | 0.74 | 0.77 |
| Hex | F0 | ED | 9A | 0 | 1 | 24 | 6 | 3A | 4A | 4D |
| Octal | 360 | 355 | 232 | 0 | 1 | 44 | 6 | 72 | 112 | 115 |
| Binary | 11110000 | 11101101 | 10011010 | 0 | 1 | 100100 | 110 | 111010 | 1001010 | 1001101 |
Color Harmonies of #F0ED9A
Complementary color
Monochromatic Colors of #F0ED9A
Black with #F0ED9A
Text Example
Text Example
White with #F0ED9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ED9A; }
p { color: rgb(240,237,154); }
H1.HeaderClassName
{
color: #F0ED9A;
}
.AnyTagClassName
{
color: #F0ED9A;
}
</style>
background-color css
<style>
a { background-color: #F0ED9A; }
a { background-color: rgb(240,237,154); }
div.DivClassName
{
background-color: #F0ED9A;
}
.BgClassName
{
background-color: #F0ED9A;
}
</style>
border-color css
<style>
span { border-color: #F0ED9A; }
span { border-color: rgb(240,237,154); }
td.TdClassName
{
border-color: #F0ED9A;
}
.TagClassName
{
border-color: #F0ED9A;
}
</style>