Shades of Portafino #F2F399
Tints of Portafino #F2F399
RGB
CMYK
RGB Variations
Color information
#F2F399 (or 0xF2F399) is known color: Portafino. HEX triplet: F2, F3 and 99. RGB value is (242,243,153). Sum of RGB (Red+Green+Blue) = 242+243+153=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 153 (60.16% from 255 or 23.98% from 638); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F399 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F399 is #0D0C66. Grayscale: #E8E8E8. Windows color (decimal): -855143 or 10089458. OLE color: 10089458.
HSL color Cylindrical-coordinate representation of color #F2F399: hue angle of 60.67º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2F399 is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 153 | - |
| CMYK | 0.00 | 0 | 0.37 | 0.05 |
| HSL | 60.67º | 0.79% | 0.78% | - |
| HSV(B) | 60.67º | 0.37% | 0.95% | - |
| XYZ | 74.42 | 85.28 | 42.68 | - |
| YUV | 232.44 | 83.17 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 153 | 0.00 | 0 | 0.37 | 0.05 | 60.67 | 0.79 | 0.78 |
| Hex | F2 | F3 | 99 | 0 | 0 | 25 | 5 | 3D | 4F | 4E |
| Octal | 362 | 363 | 231 | 0 | 0 | 45 | 5 | 75 | 117 | 116 |
| Binary | 11110010 | 11110011 | 10011001 | 0 | 0 | 100101 | 101 | 111101 | 1001111 | 1001110 |
Color Harmonies of #F2F399
Complementary color
Monochromatic Colors of #F2F399
Black with #F2F399
Text Example
Text Example
White with #F2F399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F399; }
p { color: rgb(242,243,153); }
H1.HeaderClassName
{
color: #F2F399;
}
.AnyTagClassName
{
color: #F2F399;
}
</style>
background-color css
<style>
a { background-color: #F2F399; }
a { background-color: rgb(242,243,153); }
div.DivClassName
{
background-color: #F2F399;
}
.BgClassName
{
background-color: #F2F399;
}
</style>
border-color css
<style>
span { border-color: #F2F399; }
span { border-color: rgb(242,243,153); }
td.TdClassName
{
border-color: #F2F399;
}
.TagClassName
{
border-color: #F2F399;
}
</style>