Html Css Color HEX #F1F2B0 Medium Goldenrod

📋 copy color: '#F1F2B0'

red 241 ◦ green 242 ◦ blue 176

#F1F2B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Goldenrod #F1F2B0

Tints of Medium Goldenrod #F1F2B0

RGB

 RED value IS 241 (94.53% from 255) = 36.57%

 GREEN value IS 242 (94.92% from 255) = 36.72%

 BLUE value IS 176 (69.14% from 255) = 26.71%

R = 36.57%
G = 36.72%
B = 26.71%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F1F2B0 (or 0xF1F2B0) is known color: Medium Goldenrod. HEX triplet: F1, F2 and B0. RGB value is (241,242,176). Sum of RGB (Red+Green+Blue) = 241+242+176=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 176 (69.14% from 255 or 26.71% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F2B0 is #0E0D4F. Grayscale: #EAEAEA. Windows color (decimal): -920912 or 11596529. OLE color: 11596529.

HSL color Cylindrical-coordinate representation of color #F1F2B0: hue angle of 60.91º 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 #F1F2B0 is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 242 176 -
CMYK 0.00 0 0.27 0.05
HSL 60.91º 0.72% 0.82% -
HSV(B) 60.91º 0.27% 0.95% -
XYZ 75.86 85.34 53.55 -
YUV 234.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 241 242 176 0.00 0 0.27 0.05 60.91 0.72 0.82
Hex F1 F2 B0 0 0 1B 5 3D 48 52
Octal 361 362 260 0 0 33 5 75 110 122
Binary 11110001 11110010 10110000 0 0 11011 101 111101 1001000 1010010

Color Harmonies of #F1F2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F2B0

Black with #F1F2B0

Text Example


Text Example

White with #F1F2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F2B0; }

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

 H1.HeaderClassName
 {
   color: #F1F2B0;
 }
 .AnyTagClassName
 {
   color: #F1F2B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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