Shades of Portica #F0D451
Tints of Portica #F0D451
RGB
CMYK
RGB Variations
Color information
#F0D451 (or 0xF0D451) is known color: Portica. HEX triplet: F0, D4 and 51. RGB value is (240,212,81). Sum of RGB (Red+Green+Blue) = 240+212+81=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 81 (32.03% from 255 or 15.20% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D451 is #0F2BAE. Grayscale: #CDCDCD. Windows color (decimal): -994223 or 5362928. OLE color: 5362928.
HSL color Cylindrical-coordinate representation of color #F0D451: hue angle of 49.43º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0D451 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 81 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.06 |
| HSL | 49.43º | 0.84% | 0.63% | - |
| HSV(B) | 49.43º | 0.66% | 0.94% | - |
| XYZ | 60.96 | 66.21 | 17.35 | - |
| YUV | 205.44 | 57.78 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 81 | 0 | 0.12 | 0.66 | 0.06 | 49.43 | 0.84 | 0.63 |
| Hex | F0 | D4 | 51 | 0 | C | 42 | 6 | 31 | 54 | 3F |
| Octal | 360 | 324 | 121 | 0 | 14 | 102 | 6 | 61 | 124 | 77 |
| Binary | 11110000 | 11010100 | 1010001 | 0 | 1100 | 1000010 | 110 | 110001 | 1010100 | 111111 |
Color Harmonies of #F0D451
Complementary color
Monochromatic Colors of #F0D451
Black with #F0D451
Text Example
Text Example
White with #F0D451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D451; }
p { color: rgb(240,212,81); }
H1.HeaderClassName
{
color: #F0D451;
}
.AnyTagClassName
{
color: #F0D451;
}
</style>
background-color css
<style>
a { background-color: #F0D451; }
a { background-color: rgb(240,212,81); }
div.DivClassName
{
background-color: #F0D451;
}
.BgClassName
{
background-color: #F0D451;
}
</style>
border-color css
<style>
span { border-color: #F0D451; }
span { border-color: rgb(240,212,81); }
td.TdClassName
{
border-color: #F0D451;
}
.TagClassName
{
border-color: #F0D451;
}
</style>