Shades of Portica #F2DD5E
Tints of Portica #F2DD5E
RGB
CMYK
RGB Variations
Color information
#F2DD5E (or 0xF2DD5E) is known color: Portica. HEX triplet: F2, DD and 5E. RGB value is (242,221,94). Sum of RGB (Red+Green+Blue) = 242+221+94=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 94 (37.11% from 255 or 16.88% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DD5E is #0D22A1. Grayscale: #D5D5D5. Windows color (decimal): -860834 or 6217202. OLE color: 6217202.
HSL color Cylindrical-coordinate representation of color #F2DD5E: hue angle of 51.49º 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 #F2DD5E is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 94 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.05 |
| HSL | 51.49º | 0.85% | 0.66% | - |
| HSV(B) | 51.49º | 0.61% | 0.95% | - |
| XYZ | 64.49 | 71.4 | 20.97 | - |
| YUV | 212.8 | 60.96 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 94 | 0 | 0.09 | 0.61 | 0.05 | 51.49 | 0.85 | 0.66 |
| Hex | F2 | DD | 5E | 0 | 9 | 3D | 5 | 33 | 55 | 42 |
| Octal | 362 | 335 | 136 | 0 | 11 | 75 | 5 | 63 | 125 | 102 |
| Binary | 11110010 | 11011101 | 1011110 | 0 | 1001 | 111101 | 101 | 110011 | 1010101 | 1000010 |
Color Harmonies of #F2DD5E
Complementary color
Monochromatic Colors of #F2DD5E
Black with #F2DD5E
Text Example
Text Example
White with #F2DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD5E; }
p { color: rgb(242,221,94); }
H1.HeaderClassName
{
color: #F2DD5E;
}
.AnyTagClassName
{
color: #F2DD5E;
}
</style>
background-color css
<style>
a { background-color: #F2DD5E; }
a { background-color: rgb(242,221,94); }
div.DivClassName
{
background-color: #F2DD5E;
}
.BgClassName
{
background-color: #F2DD5E;
}
</style>
border-color css
<style>
span { border-color: #F2DD5E; }
span { border-color: rgb(242,221,94); }
td.TdClassName
{
border-color: #F2DD5E;
}
.TagClassName
{
border-color: #F2DD5E;
}
</style>