Shades of Pale Goldenrod #F3E6A9
Tints of Pale Goldenrod #F3E6A9
RGB
CMYK
RGB Variations
Color information
#F3E6A9 (or 0xF3E6A9) is known color: Pale Goldenrod. HEX triplet: F3, E6 and A9. RGB value is (243,230,169). Sum of RGB (Red+Green+Blue) = 243+230+169=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 169 (66.41% from 255 or 26.32% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E6A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3E6A9 is #0C1956. Grayscale: #E3E3E3. Windows color (decimal): -792919 or 11134707. OLE color: 11134707.
HSL color Cylindrical-coordinate representation of color #F3E6A9: hue angle of 49.46º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3E6A9 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 230 | 169 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.05 |
| HSL | 49.46º | 0.76% | 0.81% | - |
| HSV(B) | 49.46º | 0.3% | 0.95% | - |
| XYZ | 72.42 | 78.51 | 48.87 | - |
| YUV | 226.93 | 95.31 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 230 | 169 | 0 | 0.05 | 0.30 | 0.05 | 49.46 | 0.76 | 0.81 |
| Hex | F3 | E6 | A9 | 0 | 5 | 1E | 5 | 31 | 4C | 51 |
| Octal | 363 | 346 | 251 | 0 | 5 | 36 | 5 | 61 | 114 | 121 |
| Binary | 11110011 | 11100110 | 10101001 | 0 | 101 | 11110 | 101 | 110001 | 1001100 | 1010001 |
Color Harmonies of #F3E6A9
Complementary color
Monochromatic Colors of #F3E6A9
Black with #F3E6A9
Text Example
Text Example
White with #F3E6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E6A9; }
p { color: rgb(243,230,169); }
H1.HeaderClassName
{
color: #F3E6A9;
}
.AnyTagClassName
{
color: #F3E6A9;
}
</style>
background-color css
<style>
a { background-color: #F3E6A9; }
a { background-color: rgb(243,230,169); }
div.DivClassName
{
background-color: #F3E6A9;
}
.BgClassName
{
background-color: #F3E6A9;
}
</style>
border-color css
<style>
span { border-color: #F3E6A9; }
span { border-color: rgb(243,230,169); }
td.TdClassName
{
border-color: #F3E6A9;
}
.TagClassName
{
border-color: #F3E6A9;
}
</style>