Shades of Portica #F2D050
Tints of Portica #F2D050
RGB
CMYK
RGB Variations
Color information
#F2D050 (or 0xF2D050) is known color: Portica. HEX triplet: F2, D0 and 50. RGB value is (242,208,80). Sum of RGB (Red+Green+Blue) = 242+208+80=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D050 is #0D2FAF. Grayscale: #CCCCCC. Windows color (decimal): -864176 or 5296370. OLE color: 5296370.
HSL color Cylindrical-coordinate representation of color #F2D050: hue angle of 47.41º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2D050 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 80 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.05 |
| HSL | 47.41º | 0.86% | 0.63% | - |
| HSV(B) | 47.41º | 0.67% | 0.95% | - |
| XYZ | 60.62 | 64.57 | 16.86 | - |
| YUV | 203.57 | 58.26 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 80 | 0 | 0.14 | 0.67 | 0.05 | 47.41 | 0.86 | 0.63 |
| Hex | F2 | D0 | 50 | 0 | E | 43 | 5 | 2F | 56 | 3F |
| Octal | 362 | 320 | 120 | 0 | 16 | 103 | 5 | 57 | 126 | 77 |
| Binary | 11110010 | 11010000 | 1010000 | 0 | 1110 | 1000011 | 101 | 101111 | 1010110 | 111111 |
Color Harmonies of #F2D050
Complementary color
Monochromatic Colors of #F2D050
Black with #F2D050
Text Example
Text Example
White with #F2D050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D050; }
p { color: rgb(242,208,80); }
H1.HeaderClassName
{
color: #F2D050;
}
.AnyTagClassName
{
color: #F2D050;
}
</style>
background-color css
<style>
a { background-color: #F2D050; }
a { background-color: rgb(242,208,80); }
div.DivClassName
{
background-color: #F2D050;
}
.BgClassName
{
background-color: #F2D050;
}
</style>
border-color css
<style>
span { border-color: #F2D050; }
span { border-color: rgb(242,208,80); }
td.TdClassName
{
border-color: #F2D050;
}
.TagClassName
{
border-color: #F2D050;
}
</style>