Shades of Portica #F2DE5E
Tints of Portica #F2DE5E
RGB
CMYK
RGB Variations
Color information
#F2DE5E (or 0xF2DE5E) is known color: Portica. HEX triplet: F2, DE and 5E. RGB value is (242,222,94). Sum of RGB (Red+Green+Blue) = 242+222+94=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 94 (37.11% from 255 or 16.85% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DE5E is #0D21A1. Grayscale: #D5D5D5. Windows color (decimal): -860578 or 6217458. OLE color: 6217458.
HSL color Cylindrical-coordinate representation of color #F2DE5E: hue angle of 51.89º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2DE5E is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 94 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.05 |
| HSL | 51.89º | 0.85% | 0.66% | - |
| HSV(B) | 51.89º | 0.61% | 0.95% | - |
| XYZ | 64.76 | 71.93 | 21.06 | - |
| YUV | 213.39 | 60.63 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 94 | 0 | 0.08 | 0.61 | 0.05 | 51.89 | 0.85 | 0.66 |
| Hex | F2 | DE | 5E | 0 | 8 | 3D | 5 | 34 | 55 | 42 |
| Octal | 362 | 336 | 136 | 0 | 10 | 75 | 5 | 64 | 125 | 102 |
| Binary | 11110010 | 11011110 | 1011110 | 0 | 1000 | 111101 | 101 | 110100 | 1010101 | 1000010 |
Color Harmonies of #F2DE5E
Complementary color
Monochromatic Colors of #F2DE5E
Black with #F2DE5E
Text Example
Text Example
White with #F2DE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DE5E; }
p { color: rgb(242,222,94); }
H1.HeaderClassName
{
color: #F2DE5E;
}
.AnyTagClassName
{
color: #F2DE5E;
}
</style>
background-color css
<style>
a { background-color: #F2DE5E; }
a { background-color: rgb(242,222,94); }
div.DivClassName
{
background-color: #F2DE5E;
}
.BgClassName
{
background-color: #F2DE5E;
}
</style>
border-color css
<style>
span { border-color: #F2DE5E; }
span { border-color: rgb(242,222,94); }
td.TdClassName
{
border-color: #F2DE5E;
}
.TagClassName
{
border-color: #F2DE5E;
}
</style>