Shades of Portica #F1DF5E
Tints of Portica #F1DF5E
RGB
CMYK
RGB Variations
Color information
#F1DF5E (or 0xF1DF5E) is known color: Portica. HEX triplet: F1, DF and 5E. RGB value is (241,223,94). Sum of RGB (Red+Green+Blue) = 241+223+94=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 94 (37.11% from 255 or 16.85% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DF5E is #0E20A1. Grayscale: #D6D6D6. Windows color (decimal): -925858 or 6217713. OLE color: 6217713.
HSL color Cylindrical-coordinate representation of color #F1DF5E: hue angle of 52.65º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1DF5E is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 94 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.05 |
| HSL | 52.65º | 0.84% | 0.66% | - |
| HSV(B) | 52.65º | 0.61% | 0.95% | - |
| XYZ | 64.68 | 72.28 | 21.13 | - |
| YUV | 213.68 | 60.46 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 94 | 0 | 0.07 | 0.61 | 0.05 | 52.65 | 0.84 | 0.66 |
| Hex | F1 | DF | 5E | 0 | 7 | 3D | 5 | 35 | 54 | 42 |
| Octal | 361 | 337 | 136 | 0 | 7 | 75 | 5 | 65 | 124 | 102 |
| Binary | 11110001 | 11011111 | 1011110 | 0 | 111 | 111101 | 101 | 110101 | 1010100 | 1000010 |
Color Harmonies of #F1DF5E
Complementary color
Monochromatic Colors of #F1DF5E
Black with #F1DF5E
Text Example
Text Example
White with #F1DF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF5E; }
p { color: rgb(241,223,94); }
H1.HeaderClassName
{
color: #F1DF5E;
}
.AnyTagClassName
{
color: #F1DF5E;
}
</style>
background-color css
<style>
a { background-color: #F1DF5E; }
a { background-color: rgb(241,223,94); }
div.DivClassName
{
background-color: #F1DF5E;
}
.BgClassName
{
background-color: #F1DF5E;
}
</style>
border-color css
<style>
span { border-color: #F1DF5E; }
span { border-color: rgb(241,223,94); }
td.TdClassName
{
border-color: #F1DF5E;
}
.TagClassName
{
border-color: #F1DF5E;
}
</style>