Shades of Portica #F2D55F
Tints of Portica #F2D55F
RGB
CMYK
RGB Variations
Color information
#F2D55F (or 0xF2D55F) is known color: Portica. HEX triplet: F2, D5 and 5F. RGB value is (242,213,95). Sum of RGB (Red+Green+Blue) = 242+213+95=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 95 (37.5% from 255 or 17.27% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D55F is #0D2AA0. Grayscale: #D0D0D0. Windows color (decimal): -862881 or 6280690. OLE color: 6280690.
HSL color Cylindrical-coordinate representation of color #F2D55F: hue angle of 48.16º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2D55F is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 95 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.05 |
| HSL | 48.16º | 0.85% | 0.66% | - |
| HSV(B) | 48.16º | 0.61% | 0.95% | - |
| XYZ | 62.48 | 67.29 | 20.52 | - |
| YUV | 208.22 | 64.11 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 95 | 0 | 0.12 | 0.61 | 0.05 | 48.16 | 0.85 | 0.66 |
| Hex | F2 | D5 | 5F | 0 | C | 3D | 5 | 30 | 55 | 42 |
| Octal | 362 | 325 | 137 | 0 | 14 | 75 | 5 | 60 | 125 | 102 |
| Binary | 11110010 | 11010101 | 1011111 | 0 | 1100 | 111101 | 101 | 110000 | 1010101 | 1000010 |
Color Harmonies of #F2D55F
Complementary color
Monochromatic Colors of #F2D55F
Black with #F2D55F
Text Example
Text Example
White with #F2D55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D55F; }
p { color: rgb(242,213,95); }
H1.HeaderClassName
{
color: #F2D55F;
}
.AnyTagClassName
{
color: #F2D55F;
}
</style>
background-color css
<style>
a { background-color: #F2D55F; }
a { background-color: rgb(242,213,95); }
div.DivClassName
{
background-color: #F2D55F;
}
.BgClassName
{
background-color: #F2D55F;
}
</style>
border-color css
<style>
span { border-color: #F2D55F; }
span { border-color: rgb(242,213,95); }
td.TdClassName
{
border-color: #F2D55F;
}
.TagClassName
{
border-color: #F2D55F;
}
</style>