Shades of Portica #F2DC5D
Tints of Portica #F2DC5D
RGB
CMYK
RGB Variations
Color information
#F2DC5D (or 0xF2DC5D) is known color: Portica. HEX triplet: F2, DC and 5D. RGB value is (242,220,93). Sum of RGB (Red+Green+Blue) = 242+220+93=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 93 (36.72% from 255 or 16.76% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC5D is #0D23A2. Grayscale: #D4D4D4. Windows color (decimal): -861091 or 6151410. OLE color: 6151410.
HSL color Cylindrical-coordinate representation of color #F2DC5D: hue angle of 51.14º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2DC5D is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 93 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.05 |
| HSL | 51.14º | 0.85% | 0.66% | - |
| HSV(B) | 51.14º | 0.62% | 0.95% | - |
| XYZ | 64.19 | 70.85 | 20.65 | - |
| YUV | 212.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 93 | 0 | 0.09 | 0.62 | 0.05 | 51.14 | 0.85 | 0.66 |
| Hex | F2 | DC | 5D | 0 | 9 | 3E | 5 | 33 | 55 | 42 |
| Octal | 362 | 334 | 135 | 0 | 11 | 76 | 5 | 63 | 125 | 102 |
| Binary | 11110010 | 11011100 | 1011101 | 0 | 1001 | 111110 | 101 | 110011 | 1010101 | 1000010 |
Color Harmonies of #F2DC5D
Complementary color
Monochromatic Colors of #F2DC5D
Black with #F2DC5D
Text Example
Text Example
White with #F2DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DC5D; }
p { color: rgb(242,220,93); }
H1.HeaderClassName
{
color: #F2DC5D;
}
.AnyTagClassName
{
color: #F2DC5D;
}
</style>
background-color css
<style>
a { background-color: #F2DC5D; }
a { background-color: rgb(242,220,93); }
div.DivClassName
{
background-color: #F2DC5D;
}
.BgClassName
{
background-color: #F2DC5D;
}
</style>
border-color css
<style>
span { border-color: #F2DC5D; }
span { border-color: rgb(242,220,93); }
td.TdClassName
{
border-color: #F2DC5D;
}
.TagClassName
{
border-color: #F2DC5D;
}
</style>