Shades of Portica #F1DF5B
Tints of Portica #F1DF5B
RGB
CMYK
RGB Variations
Color information
#F1DF5B (or 0xF1DF5B) is known color: Portica. HEX triplet: F1, DF and 5B. RGB value is (241,223,91). Sum of RGB (Red+Green+Blue) = 241+223+91=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 91 (35.94% from 255 or 16.40% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DF5B is #0E20A4. Grayscale: #D5D5D5. Windows color (decimal): -925861 or 6021105. OLE color: 6021105.
HSL color Cylindrical-coordinate representation of color #F1DF5B: hue angle of 52.8º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1DF5B is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 91 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.05 |
| HSL | 52.8º | 0.84% | 0.65% | - |
| HSV(B) | 52.8º | 0.62% | 0.95% | - |
| XYZ | 64.55 | 72.23 | 20.44 | - |
| YUV | 213.33 | 58.96 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 91 | 0 | 0.07 | 0.62 | 0.05 | 52.8 | 0.84 | 0.65 |
| Hex | F1 | DF | 5B | 0 | 7 | 3E | 5 | 35 | 54 | 41 |
| Octal | 361 | 337 | 133 | 0 | 7 | 76 | 5 | 65 | 124 | 101 |
| Binary | 11110001 | 11011111 | 1011011 | 0 | 111 | 111110 | 101 | 110101 | 1010100 | 1000001 |
Color Harmonies of #F1DF5B
Complementary color
Monochromatic Colors of #F1DF5B
Black with #F1DF5B
Text Example
Text Example
White with #F1DF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF5B; }
p { color: rgb(241,223,91); }
H1.HeaderClassName
{
color: #F1DF5B;
}
.AnyTagClassName
{
color: #F1DF5B;
}
</style>
background-color css
<style>
a { background-color: #F1DF5B; }
a { background-color: rgb(241,223,91); }
div.DivClassName
{
background-color: #F1DF5B;
}
.BgClassName
{
background-color: #F1DF5B;
}
</style>
border-color css
<style>
span { border-color: #F1DF5B; }
span { border-color: rgb(241,223,91); }
td.TdClassName
{
border-color: #F1DF5B;
}
.TagClassName
{
border-color: #F1DF5B;
}
</style>