Shades of Portica #F0D24D
Tints of Portica #F0D24D
RGB
CMYK
RGB Variations
Color information
#F0D24D (or 0xF0D24D) is known color: Portica. HEX triplet: F0, D2 and 4D. RGB value is (240,210,77). Sum of RGB (Red+Green+Blue) = 240+210+77=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D24D is #0F2DB2. Grayscale: #CCCCCC. Windows color (decimal): -994739 or 5100272. OLE color: 5100272.
HSL color Cylindrical-coordinate representation of color #F0D24D: hue angle of 48.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0D24D is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 77 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.06 |
| HSL | 48.96º | 0.84% | 0.62% | - |
| HSV(B) | 48.96º | 0.68% | 0.94% | - |
| XYZ | 60.32 | 65.15 | 16.42 | - |
| YUV | 203.81 | 56.44 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 77 | 0 | 0.12 | 0.68 | 0.06 | 48.96 | 0.84 | 0.62 |
| Hex | F0 | D2 | 4D | 0 | C | 44 | 6 | 31 | 54 | 3E |
| Octal | 360 | 322 | 115 | 0 | 14 | 104 | 6 | 61 | 124 | 76 |
| Binary | 11110000 | 11010010 | 1001101 | 0 | 1100 | 1000100 | 110 | 110001 | 1010100 | 111110 |
Color Harmonies of #F0D24D
Complementary color
Monochromatic Colors of #F0D24D
Black with #F0D24D
Text Example
Text Example
White with #F0D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D24D; }
p { color: rgb(240,210,77); }
H1.HeaderClassName
{
color: #F0D24D;
}
.AnyTagClassName
{
color: #F0D24D;
}
</style>
background-color css
<style>
a { background-color: #F0D24D; }
a { background-color: rgb(240,210,77); }
div.DivClassName
{
background-color: #F0D24D;
}
.BgClassName
{
background-color: #F0D24D;
}
</style>
border-color css
<style>
span { border-color: #F0D24D; }
span { border-color: rgb(240,210,77); }
td.TdClassName
{
border-color: #F0D24D;
}
.TagClassName
{
border-color: #F0D24D;
}
</style>