Shades of Portafino #F4F09A
Tints of Portafino #F4F09A
RGB
CMYK
RGB Variations
Color information
#F4F09A (or 0xF4F09A) is known color: Portafino. HEX triplet: F4, F0 and 9A. RGB value is (244,240,154). Sum of RGB (Red+Green+Blue) = 244+240+154=638 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.24% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 154 (60.55% from 255 or 24.14% from 638); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F09A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F09A is #0B0F65. Grayscale: #E7E7E7. Windows color (decimal): -724838 or 10154228. OLE color: 10154228.
HSL color Cylindrical-coordinate representation of color #F4F09A: hue angle of 57.33º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F4F09A is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 154 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.04 |
| HSL | 57.33º | 0.8% | 0.78% | - |
| HSV(B) | 57.33º | 0.37% | 0.96% | - |
| XYZ | 74.3 | 83.89 | 42.85 | - |
| YUV | 231.39 | 84.33 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 154 | 0 | 0.02 | 0.37 | 0.04 | 57.33 | 0.8 | 0.78 |
| Hex | F4 | F0 | 9A | 0 | 2 | 25 | 4 | 39 | 50 | 4E |
| Octal | 364 | 360 | 232 | 0 | 2 | 45 | 4 | 71 | 120 | 116 |
| Binary | 11110100 | 11110000 | 10011010 | 0 | 10 | 100101 | 100 | 111001 | 1010000 | 1001110 |
Color Harmonies of #F4F09A
Complementary color
Monochromatic Colors of #F4F09A
Black with #F4F09A
Text Example
Text Example
White with #F4F09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F09A; }
p { color: rgb(244,240,154); }
H1.HeaderClassName
{
color: #F4F09A;
}
.AnyTagClassName
{
color: #F4F09A;
}
</style>
background-color css
<style>
a { background-color: #F4F09A; }
a { background-color: rgb(244,240,154); }
div.DivClassName
{
background-color: #F4F09A;
}
.BgClassName
{
background-color: #F4F09A;
}
</style>
border-color css
<style>
span { border-color: #F4F09A; }
span { border-color: rgb(244,240,154); }
td.TdClassName
{
border-color: #F4F09A;
}
.TagClassName
{
border-color: #F4F09A;
}
</style>