Shades of Portica #F0D25D
Tints of Portica #F0D25D
RGB
CMYK
RGB Variations
Color information
#F0D25D (or 0xF0D25D) is known color: Portica. HEX triplet: F0, D2 and 5D. RGB value is (240,210,93). Sum of RGB (Red+Green+Blue) = 240+210+93=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D25D is #0F2DA2. Grayscale: #CECECE. Windows color (decimal): -994723 or 6148848. OLE color: 6148848.
HSL color Cylindrical-coordinate representation of color #F0D25D: hue angle of 47.76º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0D25D is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 93 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.06 |
| HSL | 47.76º | 0.83% | 0.65% | - |
| HSV(B) | 47.76º | 0.61% | 0.94% | - |
| XYZ | 60.96 | 65.41 | 19.77 | - |
| YUV | 205.63 | 64.44 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 93 | 0 | 0.12 | 0.61 | 0.06 | 47.76 | 0.83 | 0.65 |
| Hex | F0 | D2 | 5D | 0 | C | 3D | 6 | 30 | 53 | 41 |
| Octal | 360 | 322 | 135 | 0 | 14 | 75 | 6 | 60 | 123 | 101 |
| Binary | 11110000 | 11010010 | 1011101 | 0 | 1100 | 111101 | 110 | 110000 | 1010011 | 1000001 |
Color Harmonies of #F0D25D
Complementary color
Monochromatic Colors of #F0D25D
Black with #F0D25D
Text Example
Text Example
White with #F0D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D25D; }
p { color: rgb(240,210,93); }
H1.HeaderClassName
{
color: #F0D25D;
}
.AnyTagClassName
{
color: #F0D25D;
}
</style>
background-color css
<style>
a { background-color: #F0D25D; }
a { background-color: rgb(240,210,93); }
div.DivClassName
{
background-color: #F0D25D;
}
.BgClassName
{
background-color: #F0D25D;
}
</style>
border-color css
<style>
span { border-color: #F0D25D; }
span { border-color: rgb(240,210,93); }
td.TdClassName
{
border-color: #F0D25D;
}
.TagClassName
{
border-color: #F0D25D;
}
</style>