Html Css Color HEX #F1F2AF Medium Goldenrod

📋 copy color: '#F1F2AF'

red 241 ◦ green 242 ◦ blue 175

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

Shades of Medium Goldenrod #F1F2AF

Tints of Medium Goldenrod #F1F2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.6%

R = 36.63%
G = 36.78%
B = 26.6%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F1F2AF (or 0xF1F2AF) is known color: Medium Goldenrod. HEX triplet: F1, F2 and AF. RGB value is (241,242,175). Sum of RGB (Red+Green+Blue) = 241+242+175=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 175 (68.75% from 255 or 26.60% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F2AF is #0E0D50. Grayscale: #EAEAEA. Windows color (decimal): -920913 or 11530993. OLE color: 11530993.

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

Color convert

RGB 241 242 175 -
CMYK 0.00 0 0.28 0.05
HSL 60.9º 0.72% 0.82% -
HSV(B) 60.9º 0.28% 0.95% -
XYZ 75.77 85.3 53.03 -
YUV 234.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 241 242 175 0.00 0 0.28 0.05 60.9 0.72 0.82
Hex F1 F2 AF 0 0 1C 5 3D 48 52
Octal 361 362 257 0 0 34 5 75 110 122
Binary 11110001 11110010 10101111 0 0 11100 101 111101 1001000 1010010

Color Harmonies of #F1F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F2AF

Black with #F1F2AF

Text Example


Text Example

White with #F1F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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