Shades of Portica #F4D85A
Tints of Portica #F4D85A
RGB
CMYK
RGB Variations
Color information
#F4D85A (or 0xF4D85A) is known color: Portica. HEX triplet: F4, D8 and 5A. RGB value is (244,216,90). Sum of RGB (Red+Green+Blue) = 244+216+90=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 90 (35.55% from 255 or 16.36% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D85A is #0B27A5. Grayscale: #D2D2D2. Windows color (decimal): -731046 or 5953780. OLE color: 5953780.
HSL color Cylindrical-coordinate representation of color #F4D85A: hue angle of 49.09º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F4D85A is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 216 | 90 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.04 |
| HSL | 49.09º | 0.88% | 0.65% | - |
| HSV(B) | 49.09º | 0.63% | 0.96% | - |
| XYZ | 63.71 | 69.08 | 19.65 | - |
| YUV | 210.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 216 | 90 | 0 | 0.11 | 0.63 | 0.04 | 49.09 | 0.88 | 0.65 |
| Hex | F4 | D8 | 5A | 0 | B | 3F | 4 | 31 | 58 | 41 |
| Octal | 364 | 330 | 132 | 0 | 13 | 77 | 4 | 61 | 130 | 101 |
| Binary | 11110100 | 11011000 | 1011010 | 0 | 1011 | 111111 | 100 | 110001 | 1011000 | 1000001 |
Color Harmonies of #F4D85A
Complementary color
Monochromatic Colors of #F4D85A
Black with #F4D85A
Text Example
Text Example
White with #F4D85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D85A; }
p { color: rgb(244,216,90); }
H1.HeaderClassName
{
color: #F4D85A;
}
.AnyTagClassName
{
color: #F4D85A;
}
</style>
background-color css
<style>
a { background-color: #F4D85A; }
a { background-color: rgb(244,216,90); }
div.DivClassName
{
background-color: #F4D85A;
}
.BgClassName
{
background-color: #F4D85A;
}
</style>
border-color css
<style>
span { border-color: #F4D85A; }
span { border-color: rgb(244,216,90); }
td.TdClassName
{
border-color: #F4D85A;
}
.TagClassName
{
border-color: #F4D85A;
}
</style>