Shades of Portica #F0D25F
Tints of Portica #F0D25F
RGB
CMYK
RGB Variations
Color information
#F0D25F (or 0xF0D25F) is known color: Portica. HEX triplet: F0, D2 and 5F. RGB value is (240,210,95). Sum of RGB (Red+Green+Blue) = 240+210+95=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D25F is #0F2DA0. Grayscale: #CECECE. Windows color (decimal): -994721 or 6279920. OLE color: 6279920.
HSL color Cylindrical-coordinate representation of color #F0D25F: hue angle of 47.59º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0D25F is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 95 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.06 |
| HSL | 47.59º | 0.83% | 0.66% | - |
| HSV(B) | 47.59º | 0.6% | 0.94% | - |
| XYZ | 61.05 | 65.44 | 20.24 | - |
| YUV | 205.86 | 65.44 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 95 | 0 | 0.12 | 0.60 | 0.06 | 47.59 | 0.83 | 0.66 |
| Hex | F0 | D2 | 5F | 0 | C | 3C | 6 | 30 | 53 | 42 |
| Octal | 360 | 322 | 137 | 0 | 14 | 74 | 6 | 60 | 123 | 102 |
| Binary | 11110000 | 11010010 | 1011111 | 0 | 1100 | 111100 | 110 | 110000 | 1010011 | 1000010 |
Color Harmonies of #F0D25F
Complementary color
Monochromatic Colors of #F0D25F
Black with #F0D25F
Text Example
Text Example
White with #F0D25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D25F; }
p { color: rgb(240,210,95); }
H1.HeaderClassName
{
color: #F0D25F;
}
.AnyTagClassName
{
color: #F0D25F;
}
</style>
background-color css
<style>
a { background-color: #F0D25F; }
a { background-color: rgb(240,210,95); }
div.DivClassName
{
background-color: #F0D25F;
}
.BgClassName
{
background-color: #F0D25F;
}
</style>
border-color css
<style>
span { border-color: #F0D25F; }
span { border-color: rgb(240,210,95); }
td.TdClassName
{
border-color: #F0D25F;
}
.TagClassName
{
border-color: #F0D25F;
}
</style>