Shades of Portica #F0DA5D
Tints of Portica #F0DA5D
RGB
CMYK
RGB Variations
Color information
#F0DA5D (or 0xF0DA5D) is known color: Portica. HEX triplet: F0, DA and 5D. RGB value is (240,218,93). Sum of RGB (Red+Green+Blue) = 240+218+93=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA5D is #0F25A2. Grayscale: #D2D2D2. Windows color (decimal): -992675 or 6150896. OLE color: 6150896.
HSL color Cylindrical-coordinate representation of color #F0DA5D: hue angle of 51.02º 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 #F0DA5D is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 93 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.06 |
| HSL | 51.02º | 0.83% | 0.65% | - |
| HSV(B) | 51.02º | 0.61% | 0.94% | - |
| XYZ | 62.98 | 69.46 | 20.44 | - |
| YUV | 210.33 | 61.79 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 93 | 0 | 0.09 | 0.61 | 0.06 | 51.02 | 0.83 | 0.65 |
| Hex | F0 | DA | 5D | 0 | 9 | 3D | 6 | 33 | 53 | 41 |
| Octal | 360 | 332 | 135 | 0 | 11 | 75 | 6 | 63 | 123 | 101 |
| Binary | 11110000 | 11011010 | 1011101 | 0 | 1001 | 111101 | 110 | 110011 | 1010011 | 1000001 |
Color Harmonies of #F0DA5D
Complementary color
Monochromatic Colors of #F0DA5D
Black with #F0DA5D
Text Example
Text Example
White with #F0DA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA5D; }
p { color: rgb(240,218,93); }
H1.HeaderClassName
{
color: #F0DA5D;
}
.AnyTagClassName
{
color: #F0DA5D;
}
</style>
background-color css
<style>
a { background-color: #F0DA5D; }
a { background-color: rgb(240,218,93); }
div.DivClassName
{
background-color: #F0DA5D;
}
.BgClassName
{
background-color: #F0DA5D;
}
</style>
border-color css
<style>
span { border-color: #F0DA5D; }
span { border-color: rgb(240,218,93); }
td.TdClassName
{
border-color: #F0DA5D;
}
.TagClassName
{
border-color: #F0DA5D;
}
</style>