Shades of Portica #F4D85B
Tints of Portica #F4D85B
RGB
CMYK
RGB Variations
Color information
#F4D85B (or 0xF4D85B) is known color: Portica. HEX triplet: F4, D8 and 5B. RGB value is (244,216,91). Sum of RGB (Red+Green+Blue) = 244+216+91=551 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.28% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 91 (35.94% from 255 or 16.52% from 551); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D85B is #0B27A4. Grayscale: #D2D2D2. Windows color (decimal): -731045 or 6019316. OLE color: 6019316.
HSL color Cylindrical-coordinate representation of color #F4D85B: hue angle of 49.02º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F4D85B is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 216 | 91 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.04 |
| HSL | 49.02º | 0.87% | 0.66% | - |
| HSV(B) | 49.02º | 0.63% | 0.96% | - |
| XYZ | 63.75 | 69.1 | 19.88 | - |
| YUV | 210.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 216 | 91 | 0 | 0.11 | 0.63 | 0.04 | 49.02 | 0.87 | 0.66 |
| Hex | F4 | D8 | 5B | 0 | B | 3F | 4 | 31 | 57 | 42 |
| Octal | 364 | 330 | 133 | 0 | 13 | 77 | 4 | 61 | 127 | 102 |
| Binary | 11110100 | 11011000 | 1011011 | 0 | 1011 | 111111 | 100 | 110001 | 1010111 | 1000010 |
Color Harmonies of #F4D85B
Complementary color
Monochromatic Colors of #F4D85B
Black with #F4D85B
Text Example
Text Example
White with #F4D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D85B; }
p { color: rgb(244,216,91); }
H1.HeaderClassName
{
color: #F4D85B;
}
.AnyTagClassName
{
color: #F4D85B;
}
</style>
background-color css
<style>
a { background-color: #F4D85B; }
a { background-color: rgb(244,216,91); }
div.DivClassName
{
background-color: #F4D85B;
}
.BgClassName
{
background-color: #F4D85B;
}
</style>
border-color css
<style>
span { border-color: #F4D85B; }
span { border-color: rgb(244,216,91); }
td.TdClassName
{
border-color: #F4D85B;
}
.TagClassName
{
border-color: #F4D85B;
}
</style>