Shades of Portica #F4DB5D
Tints of Portica #F4DB5D
RGB
CMYK
RGB Variations
Color information
#F4DB5D (or 0xF4DB5D) is known color: Portica. HEX triplet: F4, DB and 5D. RGB value is (244,219,93). Sum of RGB (Red+Green+Blue) = 244+219+93=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 93 (36.72% from 255 or 16.73% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DB5D is #0B24A2. Grayscale: #D4D4D4. Windows color (decimal): -730275 or 6151156. OLE color: 6151156.
HSL color Cylindrical-coordinate representation of color #F4DB5D: hue angle of 50.07º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F4DB5D is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 93 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.04 |
| HSL | 50.07º | 0.87% | 0.66% | - |
| HSV(B) | 50.07º | 0.62% | 0.96% | - |
| XYZ | 64.62 | 70.69 | 20.59 | - |
| YUV | 212.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 93 | 0 | 0.10 | 0.62 | 0.04 | 50.07 | 0.87 | 0.66 |
| Hex | F4 | DB | 5D | 0 | A | 3E | 4 | 32 | 57 | 42 |
| Octal | 364 | 333 | 135 | 0 | 12 | 76 | 4 | 62 | 127 | 102 |
| Binary | 11110100 | 11011011 | 1011101 | 0 | 1010 | 111110 | 100 | 110010 | 1010111 | 1000010 |
Color Harmonies of #F4DB5D
Complementary color
Monochromatic Colors of #F4DB5D
Black with #F4DB5D
Text Example
Text Example
White with #F4DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB5D; }
p { color: rgb(244,219,93); }
H1.HeaderClassName
{
color: #F4DB5D;
}
.AnyTagClassName
{
color: #F4DB5D;
}
</style>
background-color css
<style>
a { background-color: #F4DB5D; }
a { background-color: rgb(244,219,93); }
div.DivClassName
{
background-color: #F4DB5D;
}
.BgClassName
{
background-color: #F4DB5D;
}
</style>
border-color css
<style>
span { border-color: #F4DB5D; }
span { border-color: rgb(244,219,93); }
td.TdClassName
{
border-color: #F4DB5D;
}
.TagClassName
{
border-color: #F4DB5D;
}
</style>