Shades of Portica #F0D253
Tints of Portica #F0D253
RGB
CMYK
RGB Variations
Color information
#F0D253 (or 0xF0D253) is known color: Portica. HEX triplet: F0, D2 and 53. RGB value is (240,210,83). Sum of RGB (Red+Green+Blue) = 240+210+83=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 83 (32.81% from 255 or 15.57% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D253 is #0F2DAC. Grayscale: #CDCDCD. Windows color (decimal): -994733 or 5493488. OLE color: 5493488.
HSL color Cylindrical-coordinate representation of color #F0D253: hue angle of 48.54º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0D253 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 83 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.06 |
| HSL | 48.54º | 0.84% | 0.63% | - |
| HSV(B) | 48.54º | 0.65% | 0.94% | - |
| XYZ | 60.54 | 65.24 | 17.59 | - |
| YUV | 204.49 | 59.44 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 83 | 0 | 0.12 | 0.65 | 0.06 | 48.54 | 0.84 | 0.63 |
| Hex | F0 | D2 | 53 | 0 | C | 41 | 6 | 31 | 54 | 3F |
| Octal | 360 | 322 | 123 | 0 | 14 | 101 | 6 | 61 | 124 | 77 |
| Binary | 11110000 | 11010010 | 1010011 | 0 | 1100 | 1000001 | 110 | 110001 | 1010100 | 111111 |
Color Harmonies of #F0D253
Complementary color
Monochromatic Colors of #F0D253
Black with #F0D253
Text Example
Text Example
White with #F0D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D253; }
p { color: rgb(240,210,83); }
H1.HeaderClassName
{
color: #F0D253;
}
.AnyTagClassName
{
color: #F0D253;
}
</style>
background-color css
<style>
a { background-color: #F0D253; }
a { background-color: rgb(240,210,83); }
div.DivClassName
{
background-color: #F0D253;
}
.BgClassName
{
background-color: #F0D253;
}
</style>
border-color css
<style>
span { border-color: #F0D253; }
span { border-color: rgb(240,210,83); }
td.TdClassName
{
border-color: #F0D253;
}
.TagClassName
{
border-color: #F0D253;
}
</style>