Shades of Portica #F0D44F
Tints of Portica #F0D44F
RGB
CMYK
RGB Variations
Color information
#F0D44F (or 0xF0D44F) is known color: Portica. HEX triplet: F0, D4 and 4F. RGB value is (240,212,79). Sum of RGB (Red+Green+Blue) = 240+212+79=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 79 (31.25% from 255 or 14.88% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D44F is #0F2BB0. Grayscale: #CDCDCD. Windows color (decimal): -994225 or 5231856. OLE color: 5231856.
HSL color Cylindrical-coordinate representation of color #F0D44F: hue angle of 49.57º 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 #F0D44F is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 79 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.06 |
| HSL | 49.57º | 0.84% | 0.63% | - |
| HSV(B) | 49.57º | 0.67% | 0.94% | - |
| XYZ | 60.89 | 66.18 | 16.96 | - |
| YUV | 205.21 | 56.78 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 79 | 0 | 0.12 | 0.67 | 0.06 | 49.57 | 0.84 | 0.63 |
| Hex | F0 | D4 | 4F | 0 | C | 43 | 6 | 32 | 54 | 3F |
| Octal | 360 | 324 | 117 | 0 | 14 | 103 | 6 | 62 | 124 | 77 |
| Binary | 11110000 | 11010100 | 1001111 | 0 | 1100 | 1000011 | 110 | 110010 | 1010100 | 111111 |
Color Harmonies of #F0D44F
Complementary color
Monochromatic Colors of #F0D44F
Black with #F0D44F
Text Example
Text Example
White with #F0D44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D44F; }
p { color: rgb(240,212,79); }
H1.HeaderClassName
{
color: #F0D44F;
}
.AnyTagClassName
{
color: #F0D44F;
}
</style>
background-color css
<style>
a { background-color: #F0D44F; }
a { background-color: rgb(240,212,79); }
div.DivClassName
{
background-color: #F0D44F;
}
.BgClassName
{
background-color: #F0D44F;
}
</style>
border-color css
<style>
span { border-color: #F0D44F; }
span { border-color: rgb(240,212,79); }
td.TdClassName
{
border-color: #F0D44F;
}
.TagClassName
{
border-color: #F0D44F;
}
</style>