Shades of Portica #F0D756
Tints of Portica #F0D756
RGB
CMYK
RGB Variations
Color information
#F0D756 (or 0xF0D756) is known color: Portica. HEX triplet: F0, D7 and 56. RGB value is (240,215,86). Sum of RGB (Red+Green+Blue) = 240+215+86=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 86 (33.98% from 255 or 15.90% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D756 is #0F28A9. Grayscale: #D0D0D0. Windows color (decimal): -993450 or 5691376. OLE color: 5691376.
HSL color Cylindrical-coordinate representation of color #F0D756: hue angle of 50.26º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0D756 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 86 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.06 |
| HSL | 50.26º | 0.84% | 0.64% | - |
| HSV(B) | 50.26º | 0.64% | 0.94% | - |
| XYZ | 61.92 | 67.8 | 18.63 | - |
| YUV | 207.77 | 59.28 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 86 | 0 | 0.10 | 0.64 | 0.06 | 50.26 | 0.84 | 0.64 |
| Hex | F0 | D7 | 56 | 0 | A | 40 | 6 | 32 | 54 | 40 |
| Octal | 360 | 327 | 126 | 0 | 12 | 100 | 6 | 62 | 124 | 100 |
| Binary | 11110000 | 11010111 | 1010110 | 0 | 1010 | 1000000 | 110 | 110010 | 1010100 | 1000000 |
Color Harmonies of #F0D756
Complementary color
Monochromatic Colors of #F0D756
Black with #F0D756
Text Example
Text Example
White with #F0D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D756; }
p { color: rgb(240,215,86); }
H1.HeaderClassName
{
color: #F0D756;
}
.AnyTagClassName
{
color: #F0D756;
}
</style>
background-color css
<style>
a { background-color: #F0D756; }
a { background-color: rgb(240,215,86); }
div.DivClassName
{
background-color: #F0D756;
}
.BgClassName
{
background-color: #F0D756;
}
</style>
border-color css
<style>
span { border-color: #F0D756; }
span { border-color: rgb(240,215,86); }
td.TdClassName
{
border-color: #F0D756;
}
.TagClassName
{
border-color: #F0D756;
}
</style>