Shades of Portica #F4D85C
Tints of Portica #F4D85C
RGB
CMYK
RGB Variations
Color information
#F4D85C (or 0xF4D85C) is known color: Portica. HEX triplet: F4, D8 and 5C. RGB value is (244,216,92). Sum of RGB (Red+Green+Blue) = 244+216+92=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 92 (36.33% from 255 or 16.67% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D85C is #0B27A3. Grayscale: #D2D2D2. Windows color (decimal): -731044 or 6084852. OLE color: 6084852.
HSL color Cylindrical-coordinate representation of color #F4D85C: hue angle of 48.95º 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 #F4D85C is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 216 | 92 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.04 |
| HSL | 48.95º | 0.87% | 0.66% | - |
| HSV(B) | 48.95º | 0.62% | 0.96% | - |
| XYZ | 63.8 | 69.12 | 20.1 | - |
| YUV | 210.24 | 61.28 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 216 | 92 | 0 | 0.11 | 0.62 | 0.04 | 48.95 | 0.87 | 0.66 |
| Hex | F4 | D8 | 5C | 0 | B | 3E | 4 | 31 | 57 | 42 |
| Octal | 364 | 330 | 134 | 0 | 13 | 76 | 4 | 61 | 127 | 102 |
| Binary | 11110100 | 11011000 | 1011100 | 0 | 1011 | 111110 | 100 | 110001 | 1010111 | 1000010 |
Color Harmonies of #F4D85C
Complementary color
Monochromatic Colors of #F4D85C
Black with #F4D85C
Text Example
Text Example
White with #F4D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D85C; }
p { color: rgb(244,216,92); }
H1.HeaderClassName
{
color: #F4D85C;
}
.AnyTagClassName
{
color: #F4D85C;
}
</style>
background-color css
<style>
a { background-color: #F4D85C; }
a { background-color: rgb(244,216,92); }
div.DivClassName
{
background-color: #F4D85C;
}
.BgClassName
{
background-color: #F4D85C;
}
</style>
border-color css
<style>
span { border-color: #F4D85C; }
span { border-color: rgb(244,216,92); }
td.TdClassName
{
border-color: #F4D85C;
}
.TagClassName
{
border-color: #F4D85C;
}
</style>