#F2F0B0

Color #F2F0B0 Medium Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Goldenrod #F2F0B0

Tints of Medium Goldenrod #F2F0B0

Color information

#F2F0B0 (or 0xF2F0B0) is unknown color: approx Medium Goldenrod. HEX triplet: F2, F0 and B0. RGB value is (242,240,176). Sum of RGB (Red+Green+Blue) = 242+240+176=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 176 (69.14% from 255 or 26.75% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F0B0 is #0D0F4F. Grayscale: #E9E9E9. Windows color (decimal): -855888 or 11596018. OLE color: 11596018.

HSL color Cylindrical-coordinate representation of color #F2F0B0: hue angle of 58.18º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2F0B0 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB242240176-
CMYK00.010.270.05
HSL58.18º71.74%81.96%-
HSV(B)58.18º27.27%94.9%-
XYZ75.6184.3353.37-
YUV233.395.66134.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 36.78%
GREEN value IS 240 (94.14% from 255) = 36.47%
BLUE value IS 176 (69.14% from 255) = 26.75%
R=36.78%
G=36.47%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224017600.010.270.0558.1871.7481.96
HexF2F0B0011B53a4852
Octal3623602600133572110122
Binary111100101111000010110000011101110111101010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0B0; }

 p { color: rgb(242,240,176); }

 H1.HeaderClassName
 {
   color: #F2F0B0;
 }
 .AnyTagClassName
 {
   color: #F2F0B0;
 }
</style>
background-color css

<style>
 a { background-color: #F2F0B0; }

 a { background-color: rgb(242,240,176); }

 div.DivClassName
 {
   background-color: #F2F0B0;
 }
 .BgClassName
 {
   background-color: #F2F0B0;
 }
</style>
border-color css

<style>
 span { border-color: #F2F0B0; }

 span { border-color: rgb(242,240,176); }

 td.TdClassName
 {
   border-color: #F2F0B0;
 }
 .TagClassName
 {
   border-color: #F2F0B0;
 }
</style>