Shades of Portica #F2DA5E
Tints of Portica #F2DA5E
RGB
CMYK
RGB Variations
Color information
#F2DA5E (or 0xF2DA5E) is known color: Portica. HEX triplet: F2, DA and 5E. RGB value is (242,218,94). Sum of RGB (Red+Green+Blue) = 242+218+94=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DA5E is #0D25A1. Grayscale: #D3D3D3. Windows color (decimal): -861602 or 6216434. OLE color: 6216434.
HSL color Cylindrical-coordinate representation of color #F2DA5E: hue angle of 50.27º 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 #F2DA5E is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 94 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.05 |
| HSL | 50.27º | 0.85% | 0.66% | - |
| HSV(B) | 50.27º | 0.61% | 0.95% | - |
| XYZ | 63.71 | 69.83 | 20.71 | - |
| YUV | 211.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 94 | 0 | 0.10 | 0.61 | 0.05 | 50.27 | 0.85 | 0.66 |
| Hex | F2 | DA | 5E | 0 | A | 3D | 5 | 32 | 55 | 42 |
| Octal | 362 | 332 | 136 | 0 | 12 | 75 | 5 | 62 | 125 | 102 |
| Binary | 11110010 | 11011010 | 1011110 | 0 | 1010 | 111101 | 101 | 110010 | 1010101 | 1000010 |
Color Harmonies of #F2DA5E
Complementary color
Monochromatic Colors of #F2DA5E
Black with #F2DA5E
Text Example
Text Example
White with #F2DA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA5E; }
p { color: rgb(242,218,94); }
H1.HeaderClassName
{
color: #F2DA5E;
}
.AnyTagClassName
{
color: #F2DA5E;
}
</style>
background-color css
<style>
a { background-color: #F2DA5E; }
a { background-color: rgb(242,218,94); }
div.DivClassName
{
background-color: #F2DA5E;
}
.BgClassName
{
background-color: #F2DA5E;
}
</style>
border-color css
<style>
span { border-color: #F2DA5E; }
span { border-color: rgb(242,218,94); }
td.TdClassName
{
border-color: #F2DA5E;
}
.TagClassName
{
border-color: #F2DA5E;
}
</style>