Shades of Portica #F2DB5D
Tints of Portica #F2DB5D
RGB
CMYK
RGB Variations
Color information
#F2DB5D (or 0xF2DB5D) is known color: Portica. HEX triplet: F2, DB and 5D. RGB value is (242,219,93). Sum of RGB (Red+Green+Blue) = 242+219+93=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 93 (36.72% from 255 or 16.79% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DB5D is #0D24A2. Grayscale: #D4D4D4. Windows color (decimal): -861347 or 6151154. OLE color: 6151154.
HSL color Cylindrical-coordinate representation of color #F2DB5D: hue angle of 50.74º 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 #F2DB5D is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 93 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.05 |
| HSL | 50.74º | 0.85% | 0.66% | - |
| HSV(B) | 50.74º | 0.62% | 0.95% | - |
| XYZ | 63.93 | 70.33 | 20.56 | - |
| YUV | 211.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 93 | 0 | 0.10 | 0.62 | 0.05 | 50.74 | 0.85 | 0.66 |
| Hex | F2 | DB | 5D | 0 | A | 3E | 5 | 33 | 55 | 42 |
| Octal | 362 | 333 | 135 | 0 | 12 | 76 | 5 | 63 | 125 | 102 |
| Binary | 11110010 | 11011011 | 1011101 | 0 | 1010 | 111110 | 101 | 110011 | 1010101 | 1000010 |
Color Harmonies of #F2DB5D
Complementary color
Monochromatic Colors of #F2DB5D
Black with #F2DB5D
Text Example
Text Example
White with #F2DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB5D; }
p { color: rgb(242,219,93); }
H1.HeaderClassName
{
color: #F2DB5D;
}
.AnyTagClassName
{
color: #F2DB5D;
}
</style>
background-color css
<style>
a { background-color: #F2DB5D; }
a { background-color: rgb(242,219,93); }
div.DivClassName
{
background-color: #F2DB5D;
}
.BgClassName
{
background-color: #F2DB5D;
}
</style>
border-color css
<style>
span { border-color: #F2DB5D; }
span { border-color: rgb(242,219,93); }
td.TdClassName
{
border-color: #F2DB5D;
}
.TagClassName
{
border-color: #F2DB5D;
}
</style>