Shades of Portica #F1DF56
Tints of Portica #F1DF56
RGB
CMYK
RGB Variations
Color information
#F1DF56 (or 0xF1DF56) is known color: Portica. HEX triplet: F1, DF and 56. RGB value is (241,223,86). Sum of RGB (Red+Green+Blue) = 241+223+86=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 86 (33.98% from 255 or 15.64% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DF56 is #0E20A9. Grayscale: #D5D5D5. Windows color (decimal): -925866 or 5693425. OLE color: 5693425.
HSL color Cylindrical-coordinate representation of color #F1DF56: hue angle of 53.03º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F1DF56 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 86 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.05 |
| HSL | 53.03º | 0.85% | 0.64% | - |
| HSV(B) | 53.03º | 0.64% | 0.95% | - |
| XYZ | 64.34 | 72.15 | 19.34 | - |
| YUV | 212.76 | 56.46 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 86 | 0 | 0.07 | 0.64 | 0.05 | 53.03 | 0.85 | 0.64 |
| Hex | F1 | DF | 56 | 0 | 7 | 40 | 5 | 35 | 55 | 40 |
| Octal | 361 | 337 | 126 | 0 | 7 | 100 | 5 | 65 | 125 | 100 |
| Binary | 11110001 | 11011111 | 1010110 | 0 | 111 | 1000000 | 101 | 110101 | 1010101 | 1000000 |
Color Harmonies of #F1DF56
Complementary color
Monochromatic Colors of #F1DF56
Black with #F1DF56
Text Example
Text Example
White with #F1DF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF56; }
p { color: rgb(241,223,86); }
H1.HeaderClassName
{
color: #F1DF56;
}
.AnyTagClassName
{
color: #F1DF56;
}
</style>
background-color css
<style>
a { background-color: #F1DF56; }
a { background-color: rgb(241,223,86); }
div.DivClassName
{
background-color: #F1DF56;
}
.BgClassName
{
background-color: #F1DF56;
}
</style>
border-color css
<style>
span { border-color: #F1DF56; }
span { border-color: rgb(241,223,86); }
td.TdClassName
{
border-color: #F1DF56;
}
.TagClassName
{
border-color: #F1DF56;
}
</style>