Shades of Portica #F1DC64
Tints of Portica #F1DC64
RGB
CMYK
RGB Variations
Color information
#F1DC64 (or 0xF1DC64) is known color: Portica. HEX triplet: F1, DC and 64. RGB value is (241,220,100). Sum of RGB (Red+Green+Blue) = 241+220+100=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 100 (39.45% from 255 or 17.83% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DC64 is #0E239B. Grayscale: #D5D5D5. Windows color (decimal): -926620 or 6610161. OLE color: 6610161.
HSL color Cylindrical-coordinate representation of color #F1DC64: hue angle of 51.06º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1DC64 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 100 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.05 |
| HSL | 51.06º | 0.83% | 0.67% | - |
| HSV(B) | 51.06º | 0.59% | 0.95% | - |
| XYZ | 64.17 | 70.81 | 22.34 | - |
| YUV | 212.6 | 64.46 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 100 | 0 | 0.09 | 0.59 | 0.05 | 51.06 | 0.83 | 0.67 |
| Hex | F1 | DC | 64 | 0 | 9 | 3B | 5 | 33 | 53 | 43 |
| Octal | 361 | 334 | 144 | 0 | 11 | 73 | 5 | 63 | 123 | 103 |
| Binary | 11110001 | 11011100 | 1100100 | 0 | 1001 | 111011 | 101 | 110011 | 1010011 | 1000011 |
Color Harmonies of #F1DC64
Complementary color
Monochromatic Colors of #F1DC64
Black with #F1DC64
Text Example
Text Example
White with #F1DC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DC64; }
p { color: rgb(241,220,100); }
H1.HeaderClassName
{
color: #F1DC64;
}
.AnyTagClassName
{
color: #F1DC64;
}
</style>
background-color css
<style>
a { background-color: #F1DC64; }
a { background-color: rgb(241,220,100); }
div.DivClassName
{
background-color: #F1DC64;
}
.BgClassName
{
background-color: #F1DC64;
}
</style>
border-color css
<style>
span { border-color: #F1DC64; }
span { border-color: rgb(241,220,100); }
td.TdClassName
{
border-color: #F1DC64;
}
.TagClassName
{
border-color: #F1DC64;
}
</style>