Shades of Portica #F0D753
Tints of Portica #F0D753
RGB
CMYK
RGB Variations
Color information
#F0D753 (or 0xF0D753) is known color: Portica. HEX triplet: F0, D7 and 53. RGB value is (240,215,83). Sum of RGB (Red+Green+Blue) = 240+215+83=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 83 (32.81% from 255 or 15.43% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D753 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D753 is #0F28AC. Grayscale: #CFCFCF. Windows color (decimal): -993453 or 5494768. OLE color: 5494768.
HSL color Cylindrical-coordinate representation of color #F0D753: hue angle of 50.45º 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 #F0D753 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 83 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.06 |
| HSL | 50.45º | 0.84% | 0.63% | - |
| HSV(B) | 50.45º | 0.65% | 0.94% | - |
| XYZ | 61.8 | 67.75 | 18 | - |
| YUV | 207.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 83 | 0 | 0.10 | 0.65 | 0.06 | 50.45 | 0.84 | 0.63 |
| Hex | F0 | D7 | 53 | 0 | A | 41 | 6 | 32 | 54 | 3F |
| Octal | 360 | 327 | 123 | 0 | 12 | 101 | 6 | 62 | 124 | 77 |
| Binary | 11110000 | 11010111 | 1010011 | 0 | 1010 | 1000001 | 110 | 110010 | 1010100 | 111111 |
Color Harmonies of #F0D753
Complementary color
Monochromatic Colors of #F0D753
Black with #F0D753
Text Example
Text Example
White with #F0D753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D753; }
p { color: rgb(240,215,83); }
H1.HeaderClassName
{
color: #F0D753;
}
.AnyTagClassName
{
color: #F0D753;
}
</style>
background-color css
<style>
a { background-color: #F0D753; }
a { background-color: rgb(240,215,83); }
div.DivClassName
{
background-color: #F0D753;
}
.BgClassName
{
background-color: #F0D753;
}
</style>
border-color css
<style>
span { border-color: #F0D753; }
span { border-color: rgb(240,215,83); }
td.TdClassName
{
border-color: #F0D753;
}
.TagClassName
{
border-color: #F0D753;
}
</style>