Shades of Portica #F1D253
Tints of Portica #F1D253
RGB
CMYK
RGB Variations
Color information
#F1D253 (or 0xF1D253) is known color: Portica. HEX triplet: F1, D2 and 53. RGB value is (241,210,83). Sum of RGB (Red+Green+Blue) = 241+210+83=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 83 (32.81% from 255 or 15.54% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D253 is #0E2DAC. Grayscale: #CDCDCD. Windows color (decimal): -929197 or 5493489. OLE color: 5493489.
HSL color Cylindrical-coordinate representation of color #F1D253: hue angle of 48.23º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1D253 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 83 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.05 |
| HSL | 48.23º | 0.85% | 0.64% | - |
| HSV(B) | 48.23º | 0.66% | 0.95% | - |
| XYZ | 60.88 | 65.42 | 17.6 | - |
| YUV | 204.79 | 59.27 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 83 | 0 | 0.13 | 0.66 | 0.05 | 48.23 | 0.85 | 0.64 |
| Hex | F1 | D2 | 53 | 0 | D | 42 | 5 | 30 | 55 | 40 |
| Octal | 361 | 322 | 123 | 0 | 15 | 102 | 5 | 60 | 125 | 100 |
| Binary | 11110001 | 11010010 | 1010011 | 0 | 1101 | 1000010 | 101 | 110000 | 1010101 | 1000000 |
Color Harmonies of #F1D253
Complementary color
Monochromatic Colors of #F1D253
Black with #F1D253
Text Example
Text Example
White with #F1D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D253; }
p { color: rgb(241,210,83); }
H1.HeaderClassName
{
color: #F1D253;
}
.AnyTagClassName
{
color: #F1D253;
}
</style>
background-color css
<style>
a { background-color: #F1D253; }
a { background-color: rgb(241,210,83); }
div.DivClassName
{
background-color: #F1D253;
}
.BgClassName
{
background-color: #F1D253;
}
</style>
border-color css
<style>
span { border-color: #F1D253; }
span { border-color: rgb(241,210,83); }
td.TdClassName
{
border-color: #F1D253;
}
.TagClassName
{
border-color: #F1D253;
}
</style>