Shades of Portica #F2CF5A
Tints of Portica #F2CF5A
RGB
CMYK
RGB Variations
Color information
#F2CF5A (or 0xF2CF5A) is known color: Portica. HEX triplet: F2, CF and 5A. RGB value is (242,207,90). Sum of RGB (Red+Green+Blue) = 242+207+90=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF5A is #0D30A5. Grayscale: #CCCCCC. Windows color (decimal): -864422 or 5951474. OLE color: 5951474.
HSL color Cylindrical-coordinate representation of color #F2CF5A: hue angle of 46.18º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2CF5A is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 90 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.05 |
| HSL | 46.18º | 0.85% | 0.65% | - |
| HSV(B) | 46.18º | 0.63% | 0.95% | - |
| XYZ | 60.78 | 64.24 | 18.87 | - |
| YUV | 204.13 | 63.6 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 90 | 0 | 0.14 | 0.63 | 0.05 | 46.18 | 0.85 | 0.65 |
| Hex | F2 | CF | 5A | 0 | E | 3F | 5 | 2E | 55 | 41 |
| Octal | 362 | 317 | 132 | 0 | 16 | 77 | 5 | 56 | 125 | 101 |
| Binary | 11110010 | 11001111 | 1011010 | 0 | 1110 | 111111 | 101 | 101110 | 1010101 | 1000001 |
Color Harmonies of #F2CF5A
Complementary color
Monochromatic Colors of #F2CF5A
Black with #F2CF5A
Text Example
Text Example
White with #F2CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF5A; }
p { color: rgb(242,207,90); }
H1.HeaderClassName
{
color: #F2CF5A;
}
.AnyTagClassName
{
color: #F2CF5A;
}
</style>
background-color css
<style>
a { background-color: #F2CF5A; }
a { background-color: rgb(242,207,90); }
div.DivClassName
{
background-color: #F2CF5A;
}
.BgClassName
{
background-color: #F2CF5A;
}
</style>
border-color css
<style>
span { border-color: #F2CF5A; }
span { border-color: rgb(242,207,90); }
td.TdClassName
{
border-color: #F2CF5A;
}
.TagClassName
{
border-color: #F2CF5A;
}
</style>