Shades of Portica #F2D253
Tints of Portica #F2D253
RGB
CMYK
RGB Variations
Color information
#F2D253 (or 0xF2D253) is known color: Portica. HEX triplet: F2, D2 and 53. RGB value is (242,210,83). Sum of RGB (Red+Green+Blue) = 242+210+83=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 83 (32.81% from 255 or 15.51% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D253 is #0D2DAC. Grayscale: #CDCDCD. Windows color (decimal): -863661 or 5493490. OLE color: 5493490.
HSL color Cylindrical-coordinate representation of color #F2D253: hue angle of 47.92º 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 #F2D253 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 83 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.05 |
| HSL | 47.92º | 0.86% | 0.64% | - |
| HSV(B) | 47.92º | 0.66% | 0.95% | - |
| XYZ | 61.23 | 65.59 | 17.62 | - |
| YUV | 205.09 | 59.1 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 83 | 0 | 0.13 | 0.66 | 0.05 | 47.92 | 0.86 | 0.64 |
| Hex | F2 | D2 | 53 | 0 | D | 42 | 5 | 30 | 56 | 40 |
| Octal | 362 | 322 | 123 | 0 | 15 | 102 | 5 | 60 | 126 | 100 |
| Binary | 11110010 | 11010010 | 1010011 | 0 | 1101 | 1000010 | 101 | 110000 | 1010110 | 1000000 |
Color Harmonies of #F2D253
Complementary color
Monochromatic Colors of #F2D253
Black with #F2D253
Text Example
Text Example
White with #F2D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D253; }
p { color: rgb(242,210,83); }
H1.HeaderClassName
{
color: #F2D253;
}
.AnyTagClassName
{
color: #F2D253;
}
</style>
background-color css
<style>
a { background-color: #F2D253; }
a { background-color: rgb(242,210,83); }
div.DivClassName
{
background-color: #F2D253;
}
.BgClassName
{
background-color: #F2D253;
}
</style>
border-color css
<style>
span { border-color: #F2D253; }
span { border-color: rgb(242,210,83); }
td.TdClassName
{
border-color: #F2D253;
}
.TagClassName
{
border-color: #F2D253;
}
</style>