Shades of Portica #F0D052
Tints of Portica #F0D052
RGB
CMYK
RGB Variations
Color information
#F0D052 (or 0xF0D052) is known color: Portica. HEX triplet: F0, D0 and 52. RGB value is (240,208,82). Sum of RGB (Red+Green+Blue) = 240+208+82=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 82 (32.42% from 255 or 15.47% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D052 is #0F2FAD. Grayscale: #CBCBCB. Windows color (decimal): -995246 or 5427440. OLE color: 5427440.
HSL color Cylindrical-coordinate representation of color #F0D052: hue angle of 47.85º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0D052 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 82 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.06 |
| HSL | 47.85º | 0.84% | 0.63% | - |
| HSV(B) | 47.85º | 0.66% | 0.94% | - |
| XYZ | 60.01 | 64.25 | 17.22 | - |
| YUV | 203.2 | 59.6 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 82 | 0 | 0.13 | 0.66 | 0.06 | 47.85 | 0.84 | 0.63 |
| Hex | F0 | D0 | 52 | 0 | D | 42 | 6 | 30 | 54 | 3F |
| Octal | 360 | 320 | 122 | 0 | 15 | 102 | 6 | 60 | 124 | 77 |
| Binary | 11110000 | 11010000 | 1010010 | 0 | 1101 | 1000010 | 110 | 110000 | 1010100 | 111111 |
Color Harmonies of #F0D052
Complementary color
Monochromatic Colors of #F0D052
Black with #F0D052
Text Example
Text Example
White with #F0D052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D052; }
p { color: rgb(240,208,82); }
H1.HeaderClassName
{
color: #F0D052;
}
.AnyTagClassName
{
color: #F0D052;
}
</style>
background-color css
<style>
a { background-color: #F0D052; }
a { background-color: rgb(240,208,82); }
div.DivClassName
{
background-color: #F0D052;
}
.BgClassName
{
background-color: #F0D052;
}
</style>
border-color css
<style>
span { border-color: #F0D052; }
span { border-color: rgb(240,208,82); }
td.TdClassName
{
border-color: #F0D052;
}
.TagClassName
{
border-color: #F0D052;
}
</style>