Shades of Portica #F0D653
Tints of Portica #F0D653
RGB
CMYK
RGB Variations
Color information
#F0D653 (or 0xF0D653) is known color: Portica. HEX triplet: F0, D6 and 53. RGB value is (240,214,83). Sum of RGB (Red+Green+Blue) = 240+214+83=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 83 (32.81% from 255 or 15.46% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D653 is #0F29AC. Grayscale: #CFCFCF. Windows color (decimal): -993709 or 5494512. OLE color: 5494512.
HSL color Cylindrical-coordinate representation of color #F0D653: hue angle of 50.06º 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 #F0D653 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 83 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.06 |
| HSL | 50.06º | 0.84% | 0.63% | - |
| HSV(B) | 50.06º | 0.65% | 0.94% | - |
| XYZ | 61.54 | 67.24 | 17.92 | - |
| YUV | 206.84 | 58.11 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 83 | 0 | 0.11 | 0.65 | 0.06 | 50.06 | 0.84 | 0.63 |
| Hex | F0 | D6 | 53 | 0 | B | 41 | 6 | 32 | 54 | 3F |
| Octal | 360 | 326 | 123 | 0 | 13 | 101 | 6 | 62 | 124 | 77 |
| Binary | 11110000 | 11010110 | 1010011 | 0 | 1011 | 1000001 | 110 | 110010 | 1010100 | 111111 |
Color Harmonies of #F0D653
Complementary color
Monochromatic Colors of #F0D653
Black with #F0D653
Text Example
Text Example
White with #F0D653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D653; }
p { color: rgb(240,214,83); }
H1.HeaderClassName
{
color: #F0D653;
}
.AnyTagClassName
{
color: #F0D653;
}
</style>
background-color css
<style>
a { background-color: #F0D653; }
a { background-color: rgb(240,214,83); }
div.DivClassName
{
background-color: #F0D653;
}
.BgClassName
{
background-color: #F0D653;
}
</style>
border-color css
<style>
span { border-color: #F0D653; }
span { border-color: rgb(240,214,83); }
td.TdClassName
{
border-color: #F0D653;
}
.TagClassName
{
border-color: #F0D653;
}
</style>