Shades of Portica #F4D65C
Tints of Portica #F4D65C
RGB
CMYK
RGB Variations
Color information
#F4D65C (or 0xF4D65C) is known color: Portica. HEX triplet: F4, D6 and 5C. RGB value is (244,214,92). Sum of RGB (Red+Green+Blue) = 244+214+92=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 92 (36.33% from 255 or 16.73% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D65C is #0B29A3. Grayscale: #D1D1D1. Windows color (decimal): -731556 or 6084340. OLE color: 6084340.
HSL color Cylindrical-coordinate representation of color #F4D65C: hue angle of 48.16º 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 #F4D65C is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 214 | 92 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.04 |
| HSL | 48.16º | 0.87% | 0.66% | - |
| HSV(B) | 48.16º | 0.62% | 0.96% | - |
| XYZ | 63.29 | 68.1 | 19.93 | - |
| YUV | 209.06 | 61.94 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 214 | 92 | 0 | 0.12 | 0.62 | 0.04 | 48.16 | 0.87 | 0.66 |
| Hex | F4 | D6 | 5C | 0 | C | 3E | 4 | 30 | 57 | 42 |
| Octal | 364 | 326 | 134 | 0 | 14 | 76 | 4 | 60 | 127 | 102 |
| Binary | 11110100 | 11010110 | 1011100 | 0 | 1100 | 111110 | 100 | 110000 | 1010111 | 1000010 |
Color Harmonies of #F4D65C
Complementary color
Monochromatic Colors of #F4D65C
Black with #F4D65C
Text Example
Text Example
White with #F4D65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D65C; }
p { color: rgb(244,214,92); }
H1.HeaderClassName
{
color: #F4D65C;
}
.AnyTagClassName
{
color: #F4D65C;
}
</style>
background-color css
<style>
a { background-color: #F4D65C; }
a { background-color: rgb(244,214,92); }
div.DivClassName
{
background-color: #F4D65C;
}
.BgClassName
{
background-color: #F4D65C;
}
</style>
border-color css
<style>
span { border-color: #F4D65C; }
span { border-color: rgb(244,214,92); }
td.TdClassName
{
border-color: #F4D65C;
}
.TagClassName
{
border-color: #F4D65C;
}
</style>