Shades of Portica #F2D153
Tints of Portica #F2D153
RGB
CMYK
RGB Variations
Color information
#F2D153 (or 0xF2D153) is known color: Portica. HEX triplet: F2, D1 and 53. RGB value is (242,209,83). Sum of RGB (Red+Green+Blue) = 242+209+83=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 83 (32.81% from 255 or 15.54% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D153 is #0D2EAC. Grayscale: #CDCDCD. Windows color (decimal): -863917 or 5493234. OLE color: 5493234.
HSL color Cylindrical-coordinate representation of color #F2D153: hue angle of 47.55º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2D153 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 83 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.05 |
| HSL | 47.55º | 0.86% | 0.64% | - |
| HSV(B) | 47.55º | 0.66% | 0.95% | - |
| XYZ | 60.98 | 65.1 | 17.54 | - |
| YUV | 204.5 | 59.43 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 83 | 0 | 0.14 | 0.66 | 0.05 | 47.55 | 0.86 | 0.64 |
| Hex | F2 | D1 | 53 | 0 | E | 42 | 5 | 30 | 56 | 40 |
| Octal | 362 | 321 | 123 | 0 | 16 | 102 | 5 | 60 | 126 | 100 |
| Binary | 11110010 | 11010001 | 1010011 | 0 | 1110 | 1000010 | 101 | 110000 | 1010110 | 1000000 |
Color Harmonies of #F2D153
Complementary color
Monochromatic Colors of #F2D153
Black with #F2D153
Text Example
Text Example
White with #F2D153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D153; }
p { color: rgb(242,209,83); }
H1.HeaderClassName
{
color: #F2D153;
}
.AnyTagClassName
{
color: #F2D153;
}
</style>
background-color css
<style>
a { background-color: #F2D153; }
a { background-color: rgb(242,209,83); }
div.DivClassName
{
background-color: #F2D153;
}
.BgClassName
{
background-color: #F2D153;
}
</style>
border-color css
<style>
span { border-color: #F2D153; }
span { border-color: rgb(242,209,83); }
td.TdClassName
{
border-color: #F2D153;
}
.TagClassName
{
border-color: #F2D153;
}
</style>