Shades of Portica #F2D35C
Tints of Portica #F2D35C
RGB
CMYK
RGB Variations
Color information
#F2D35C (or 0xF2D35C) is known color: Portica. HEX triplet: F2, D3 and 5C. RGB value is (242,211,92). Sum of RGB (Red+Green+Blue) = 242+211+92=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 92 (36.33% from 255 or 16.88% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D35C is #0D2CA3. Grayscale: #CFCFCF. Windows color (decimal): -863396 or 6083570. OLE color: 6083570.
HSL color Cylindrical-coordinate representation of color #F2D35C: hue angle of 47.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2D35C is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 92 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.05 |
| HSL | 47.6º | 0.85% | 0.65% | - |
| HSV(B) | 47.6º | 0.62% | 0.95% | - |
| XYZ | 61.84 | 66.24 | 19.65 | - |
| YUV | 206.7 | 63.27 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 92 | 0 | 0.13 | 0.62 | 0.05 | 47.6 | 0.85 | 0.65 |
| Hex | F2 | D3 | 5C | 0 | D | 3E | 5 | 30 | 55 | 41 |
| Octal | 362 | 323 | 134 | 0 | 15 | 76 | 5 | 60 | 125 | 101 |
| Binary | 11110010 | 11010011 | 1011100 | 0 | 1101 | 111110 | 101 | 110000 | 1010101 | 1000001 |
Color Harmonies of #F2D35C
Complementary color
Monochromatic Colors of #F2D35C
Black with #F2D35C
Text Example
Text Example
White with #F2D35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D35C; }
p { color: rgb(242,211,92); }
H1.HeaderClassName
{
color: #F2D35C;
}
.AnyTagClassName
{
color: #F2D35C;
}
</style>
background-color css
<style>
a { background-color: #F2D35C; }
a { background-color: rgb(242,211,92); }
div.DivClassName
{
background-color: #F2D35C;
}
.BgClassName
{
background-color: #F2D35C;
}
</style>
border-color css
<style>
span { border-color: #F2D35C; }
span { border-color: rgb(242,211,92); }
td.TdClassName
{
border-color: #F2D35C;
}
.TagClassName
{
border-color: #F2D35C;
}
</style>