Shades of Portica #F4D45A
Tints of Portica #F4D45A
RGB
CMYK
RGB Variations
Color information
#F4D45A (or 0xF4D45A) is known color: Portica. HEX triplet: F4, D4 and 5A. RGB value is (244,212,90). Sum of RGB (Red+Green+Blue) = 244+212+90=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 90 (35.55% from 255 or 16.48% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D45A is #0B2BA5. Grayscale: #D0D0D0. Windows color (decimal): -732070 or 5952756. OLE color: 5952756.
HSL color Cylindrical-coordinate representation of color #F4D45A: hue angle of 47.53º 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 #F4D45A is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 212 | 90 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.04 |
| HSL | 47.53º | 0.88% | 0.65% | - |
| HSV(B) | 47.53º | 0.63% | 0.96% | - |
| XYZ | 62.7 | 67.06 | 19.31 | - |
| YUV | 207.66 | 61.6 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 212 | 90 | 0 | 0.13 | 0.63 | 0.04 | 47.53 | 0.88 | 0.65 |
| Hex | F4 | D4 | 5A | 0 | D | 3F | 4 | 30 | 58 | 41 |
| Octal | 364 | 324 | 132 | 0 | 15 | 77 | 4 | 60 | 130 | 101 |
| Binary | 11110100 | 11010100 | 1011010 | 0 | 1101 | 111111 | 100 | 110000 | 1011000 | 1000001 |
Color Harmonies of #F4D45A
Complementary color
Monochromatic Colors of #F4D45A
Black with #F4D45A
Text Example
Text Example
White with #F4D45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D45A; }
p { color: rgb(244,212,90); }
H1.HeaderClassName
{
color: #F4D45A;
}
.AnyTagClassName
{
color: #F4D45A;
}
</style>
background-color css
<style>
a { background-color: #F4D45A; }
a { background-color: rgb(244,212,90); }
div.DivClassName
{
background-color: #F4D45A;
}
.BgClassName
{
background-color: #F4D45A;
}
</style>
border-color css
<style>
span { border-color: #F4D45A; }
span { border-color: rgb(244,212,90); }
td.TdClassName
{
border-color: #F4D45A;
}
.TagClassName
{
border-color: #F4D45A;
}
</style>