Shades of Portica #F4D25A
Tints of Portica #F4D25A
RGB
CMYK
RGB Variations
Color information
#F4D25A (or 0xF4D25A) is known color: Portica. HEX triplet: F4, D2 and 5A. RGB value is (244,210,90). Sum of RGB (Red+Green+Blue) = 244+210+90=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D25A is #0B2DA5. Grayscale: #CFCFCF. Windows color (decimal): -732582 or 5952244. OLE color: 5952244.
HSL color Cylindrical-coordinate representation of color #F4D25A: hue angle of 46.75º 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 #F4D25A is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 210 | 90 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.04 |
| HSL | 46.75º | 0.88% | 0.65% | - |
| HSV(B) | 46.75º | 0.63% | 0.96% | - |
| XYZ | 62.2 | 66.06 | 19.15 | - |
| YUV | 206.49 | 62.26 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 210 | 90 | 0 | 0.14 | 0.63 | 0.04 | 46.75 | 0.88 | 0.65 |
| Hex | F4 | D2 | 5A | 0 | E | 3F | 4 | 2F | 58 | 41 |
| Octal | 364 | 322 | 132 | 0 | 16 | 77 | 4 | 57 | 130 | 101 |
| Binary | 11110100 | 11010010 | 1011010 | 0 | 1110 | 111111 | 100 | 101111 | 1011000 | 1000001 |
Color Harmonies of #F4D25A
Complementary color
Monochromatic Colors of #F4D25A
Black with #F4D25A
Text Example
Text Example
White with #F4D25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D25A; }
p { color: rgb(244,210,90); }
H1.HeaderClassName
{
color: #F4D25A;
}
.AnyTagClassName
{
color: #F4D25A;
}
</style>
background-color css
<style>
a { background-color: #F4D25A; }
a { background-color: rgb(244,210,90); }
div.DivClassName
{
background-color: #F4D25A;
}
.BgClassName
{
background-color: #F4D25A;
}
</style>
border-color css
<style>
span { border-color: #F4D25A; }
span { border-color: rgb(244,210,90); }
td.TdClassName
{
border-color: #F4D25A;
}
.TagClassName
{
border-color: #F4D25A;
}
</style>