Shades of Portica #F0D24F
Tints of Portica #F0D24F
RGB
CMYK
RGB Variations
Color information
#F0D24F (or 0xF0D24F) is known color: Portica. HEX triplet: F0, D2 and 4F. RGB value is (240,210,79). Sum of RGB (Red+Green+Blue) = 240+210+79=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D24F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D24F is #0F2DB0. Grayscale: #CCCCCC. Windows color (decimal): -994737 or 5231344. OLE color: 5231344.
HSL color Cylindrical-coordinate representation of color #F0D24F: hue angle of 48.82º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0D24F is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 79 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.06 |
| HSL | 48.82º | 0.84% | 0.63% | - |
| HSV(B) | 48.82º | 0.67% | 0.94% | - |
| XYZ | 60.39 | 65.18 | 16.8 | - |
| YUV | 204.04 | 57.44 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 79 | 0 | 0.12 | 0.67 | 0.06 | 48.82 | 0.84 | 0.63 |
| Hex | F0 | D2 | 4F | 0 | C | 43 | 6 | 31 | 54 | 3F |
| Octal | 360 | 322 | 117 | 0 | 14 | 103 | 6 | 61 | 124 | 77 |
| Binary | 11110000 | 11010010 | 1001111 | 0 | 1100 | 1000011 | 110 | 110001 | 1010100 | 111111 |
Color Harmonies of #F0D24F
Complementary color
Monochromatic Colors of #F0D24F
Black with #F0D24F
Text Example
Text Example
White with #F0D24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D24F; }
p { color: rgb(240,210,79); }
H1.HeaderClassName
{
color: #F0D24F;
}
.AnyTagClassName
{
color: #F0D24F;
}
</style>
background-color css
<style>
a { background-color: #F0D24F; }
a { background-color: rgb(240,210,79); }
div.DivClassName
{
background-color: #F0D24F;
}
.BgClassName
{
background-color: #F0D24F;
}
</style>
border-color css
<style>
span { border-color: #F0D24F; }
span { border-color: rgb(240,210,79); }
td.TdClassName
{
border-color: #F0D24F;
}
.TagClassName
{
border-color: #F0D24F;
}
</style>