Shades of Portica #F3E05C
Tints of Portica #F3E05C
RGB
CMYK
RGB Variations
Color information
#F3E05C (or 0xF3E05C) is known color: Portica. HEX triplet: F3, E0 and 5C. RGB value is (243,224,92). Sum of RGB (Red+Green+Blue) = 243+224+92=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 92 (36.33% from 255 or 16.46% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3E05C is #0C1FA3. Grayscale: #D7D7D7. Windows color (decimal): -794532 or 6086899. OLE color: 6086899.
HSL color Cylindrical-coordinate representation of color #F3E05C: hue angle of 52.45º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3E05C is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 92 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.05 |
| HSL | 52.45º | 0.86% | 0.66% | - |
| HSV(B) | 52.45º | 0.62% | 0.95% | - |
| XYZ | 65.55 | 73.14 | 20.79 | - |
| YUV | 214.63 | 58.79 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 92 | 0 | 0.08 | 0.62 | 0.05 | 52.45 | 0.86 | 0.66 |
| Hex | F3 | E0 | 5C | 0 | 8 | 3E | 5 | 34 | 56 | 42 |
| Octal | 363 | 340 | 134 | 0 | 10 | 76 | 5 | 64 | 126 | 102 |
| Binary | 11110011 | 11100000 | 1011100 | 0 | 1000 | 111110 | 101 | 110100 | 1010110 | 1000010 |
Color Harmonies of #F3E05C
Complementary color
Monochromatic Colors of #F3E05C
Black with #F3E05C
Text Example
Text Example
White with #F3E05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E05C; }
p { color: rgb(243,224,92); }
H1.HeaderClassName
{
color: #F3E05C;
}
.AnyTagClassName
{
color: #F3E05C;
}
</style>
background-color css
<style>
a { background-color: #F3E05C; }
a { background-color: rgb(243,224,92); }
div.DivClassName
{
background-color: #F3E05C;
}
.BgClassName
{
background-color: #F3E05C;
}
</style>
border-color css
<style>
span { border-color: #F3E05C; }
span { border-color: rgb(243,224,92); }
td.TdClassName
{
border-color: #F3E05C;
}
.TagClassName
{
border-color: #F3E05C;
}
</style>