Shades of Portica #F0DA53
Tints of Portica #F0DA53
RGB
CMYK
RGB Variations
Color information
#F0DA53 (or 0xF0DA53) is known color: Portica. HEX triplet: F0, DA and 53. RGB value is (240,218,83). Sum of RGB (Red+Green+Blue) = 240+218+83=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 83 (32.81% from 255 or 15.34% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA53 is #0F25AC. Grayscale: #D1D1D1. Windows color (decimal): -992685 or 5495536. OLE color: 5495536.
HSL color Cylindrical-coordinate representation of color #F0DA53: hue angle of 51.59º 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 #F0DA53 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 83 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.06 |
| HSL | 51.59º | 0.84% | 0.63% | - |
| HSV(B) | 51.59º | 0.65% | 0.94% | - |
| XYZ | 62.57 | 69.29 | 18.26 | - |
| YUV | 209.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 83 | 0 | 0.09 | 0.65 | 0.06 | 51.59 | 0.84 | 0.63 |
| Hex | F0 | DA | 53 | 0 | 9 | 41 | 6 | 34 | 54 | 3F |
| Octal | 360 | 332 | 123 | 0 | 11 | 101 | 6 | 64 | 124 | 77 |
| Binary | 11110000 | 11011010 | 1010011 | 0 | 1001 | 1000001 | 110 | 110100 | 1010100 | 111111 |
Color Harmonies of #F0DA53
Complementary color
Monochromatic Colors of #F0DA53
Black with #F0DA53
Text Example
Text Example
White with #F0DA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA53; }
p { color: rgb(240,218,83); }
H1.HeaderClassName
{
color: #F0DA53;
}
.AnyTagClassName
{
color: #F0DA53;
}
</style>
background-color css
<style>
a { background-color: #F0DA53; }
a { background-color: rgb(240,218,83); }
div.DivClassName
{
background-color: #F0DA53;
}
.BgClassName
{
background-color: #F0DA53;
}
</style>
border-color css
<style>
span { border-color: #F0DA53; }
span { border-color: rgb(240,218,83); }
td.TdClassName
{
border-color: #F0DA53;
}
.TagClassName
{
border-color: #F0DA53;
}
</style>