Shades of Portica #F2DF61
Tints of Portica #F2DF61
RGB
CMYK
RGB Variations
Color information
#F2DF61 (or 0xF2DF61) is known color: Portica. HEX triplet: F2, DF and 61. RGB value is (242,223,97). Sum of RGB (Red+Green+Blue) = 242+223+97=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 97 (38.28% from 255 or 17.26% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF61 is #0D209E. Grayscale: #D6D6D6. Windows color (decimal): -860319 or 6414322. OLE color: 6414322.
HSL color Cylindrical-coordinate representation of color #F2DF61: hue angle of 52.14º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2DF61 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 97 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.05 |
| HSL | 52.14º | 0.85% | 0.66% | - |
| HSV(B) | 52.14º | 0.6% | 0.95% | - |
| XYZ | 65.16 | 72.52 | 21.87 | - |
| YUV | 214.32 | 61.79 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 97 | 0 | 0.08 | 0.60 | 0.05 | 52.14 | 0.85 | 0.66 |
| Hex | F2 | DF | 61 | 0 | 8 | 3C | 5 | 34 | 55 | 42 |
| Octal | 362 | 337 | 141 | 0 | 10 | 74 | 5 | 64 | 125 | 102 |
| Binary | 11110010 | 11011111 | 1100001 | 0 | 1000 | 111100 | 101 | 110100 | 1010101 | 1000010 |
Color Harmonies of #F2DF61
Complementary color
Monochromatic Colors of #F2DF61
Black with #F2DF61
Text Example
Text Example
White with #F2DF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF61; }
p { color: rgb(242,223,97); }
H1.HeaderClassName
{
color: #F2DF61;
}
.AnyTagClassName
{
color: #F2DF61;
}
</style>
background-color css
<style>
a { background-color: #F2DF61; }
a { background-color: rgb(242,223,97); }
div.DivClassName
{
background-color: #F2DF61;
}
.BgClassName
{
background-color: #F2DF61;
}
</style>
border-color css
<style>
span { border-color: #F2DF61; }
span { border-color: rgb(242,223,97); }
td.TdClassName
{
border-color: #F2DF61;
}
.TagClassName
{
border-color: #F2DF61;
}
</style>