Shades of Portica #F3DF5D
Tints of Portica #F3DF5D
RGB
CMYK
RGB Variations
Color information
#F3DF5D (or 0xF3DF5D) is known color: Portica. HEX triplet: F3, DF and 5D. RGB value is (243,223,93). Sum of RGB (Red+Green+Blue) = 243+223+93=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DF5D is #0C20A2. Grayscale: #D6D6D6. Windows color (decimal): -794787 or 6152179. OLE color: 6152179.
HSL color Cylindrical-coordinate representation of color #F3DF5D: hue angle of 52º 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 #F3DF5D is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 93 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.05 |
| HSL | 52º | 0.86% | 0.66% | - |
| HSV(B) | 52º | 0.62% | 0.95% | - |
| XYZ | 65.33 | 72.62 | 20.93 | - |
| YUV | 214.16 | 59.63 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 93 | 0 | 0.08 | 0.62 | 0.05 | 52 | 0.86 | 0.66 |
| Hex | F3 | DF | 5D | 0 | 8 | 3E | 5 | 34 | 56 | 42 |
| Octal | 363 | 337 | 135 | 0 | 10 | 76 | 5 | 64 | 126 | 102 |
| Binary | 11110011 | 11011111 | 1011101 | 0 | 1000 | 111110 | 101 | 110100 | 1010110 | 1000010 |
Color Harmonies of #F3DF5D
Complementary color
Monochromatic Colors of #F3DF5D
Black with #F3DF5D
Text Example
Text Example
White with #F3DF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF5D; }
p { color: rgb(243,223,93); }
H1.HeaderClassName
{
color: #F3DF5D;
}
.AnyTagClassName
{
color: #F3DF5D;
}
</style>
background-color css
<style>
a { background-color: #F3DF5D; }
a { background-color: rgb(243,223,93); }
div.DivClassName
{
background-color: #F3DF5D;
}
.BgClassName
{
background-color: #F3DF5D;
}
</style>
border-color css
<style>
span { border-color: #F3DF5D; }
span { border-color: rgb(243,223,93); }
td.TdClassName
{
border-color: #F3DF5D;
}
.TagClassName
{
border-color: #F3DF5D;
}
</style>