Shades of Portica #F1D052
Tints of Portica #F1D052
RGB
CMYK
RGB Variations
Color information
#F1D052 (or 0xF1D052) is known color: Portica. HEX triplet: F1, D0 and 52. RGB value is (241,208,82). Sum of RGB (Red+Green+Blue) = 241+208+82=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D052 is #0E2FAD. Grayscale: #CCCCCC. Windows color (decimal): -929710 or 5427441. OLE color: 5427441.
HSL color Cylindrical-coordinate representation of color #F1D052: hue angle of 47.55º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1D052 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 82 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.05 |
| HSL | 47.55º | 0.85% | 0.63% | - |
| HSV(B) | 47.55º | 0.66% | 0.95% | - |
| XYZ | 60.35 | 64.42 | 17.24 | - |
| YUV | 203.5 | 59.43 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 82 | 0 | 0.14 | 0.66 | 0.05 | 47.55 | 0.85 | 0.63 |
| Hex | F1 | D0 | 52 | 0 | E | 42 | 5 | 30 | 55 | 3F |
| Octal | 361 | 320 | 122 | 0 | 16 | 102 | 5 | 60 | 125 | 77 |
| Binary | 11110001 | 11010000 | 1010010 | 0 | 1110 | 1000010 | 101 | 110000 | 1010101 | 111111 |
Color Harmonies of #F1D052
Complementary color
Monochromatic Colors of #F1D052
Black with #F1D052
Text Example
Text Example
White with #F1D052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D052; }
p { color: rgb(241,208,82); }
H1.HeaderClassName
{
color: #F1D052;
}
.AnyTagClassName
{
color: #F1D052;
}
</style>
background-color css
<style>
a { background-color: #F1D052; }
a { background-color: rgb(241,208,82); }
div.DivClassName
{
background-color: #F1D052;
}
.BgClassName
{
background-color: #F1D052;
}
</style>
border-color css
<style>
span { border-color: #F1D052; }
span { border-color: rgb(241,208,82); }
td.TdClassName
{
border-color: #F1D052;
}
.TagClassName
{
border-color: #F1D052;
}
</style>