Shades of Portica #F1DD5D
Tints of Portica #F1DD5D
RGB
CMYK
RGB Variations
Color information
#F1DD5D (or 0xF1DD5D) is known color: Portica. HEX triplet: F1, DD and 5D. RGB value is (241,221,93). Sum of RGB (Red+Green+Blue) = 241+221+93=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 93 (36.72% from 255 or 16.76% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DD5D is #0E22A2. Grayscale: #D4D4D4. Windows color (decimal): -926371 or 6151665. OLE color: 6151665.
HSL color Cylindrical-coordinate representation of color #F1DD5D: hue angle of 51.89º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1DD5D is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 93 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.05 |
| HSL | 51.89º | 0.84% | 0.65% | - |
| HSV(B) | 51.89º | 0.61% | 0.95% | - |
| XYZ | 64.11 | 71.2 | 20.72 | - |
| YUV | 212.39 | 60.63 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 93 | 0 | 0.08 | 0.61 | 0.05 | 51.89 | 0.84 | 0.65 |
| Hex | F1 | DD | 5D | 0 | 8 | 3D | 5 | 34 | 54 | 41 |
| Octal | 361 | 335 | 135 | 0 | 10 | 75 | 5 | 64 | 124 | 101 |
| Binary | 11110001 | 11011101 | 1011101 | 0 | 1000 | 111101 | 101 | 110100 | 1010100 | 1000001 |
Color Harmonies of #F1DD5D
Complementary color
Monochromatic Colors of #F1DD5D
Black with #F1DD5D
Text Example
Text Example
White with #F1DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DD5D; }
p { color: rgb(241,221,93); }
H1.HeaderClassName
{
color: #F1DD5D;
}
.AnyTagClassName
{
color: #F1DD5D;
}
</style>
background-color css
<style>
a { background-color: #F1DD5D; }
a { background-color: rgb(241,221,93); }
div.DivClassName
{
background-color: #F1DD5D;
}
.BgClassName
{
background-color: #F1DD5D;
}
</style>
border-color css
<style>
span { border-color: #F1DD5D; }
span { border-color: rgb(241,221,93); }
td.TdClassName
{
border-color: #F1DD5D;
}
.TagClassName
{
border-color: #F1DD5D;
}
</style>