Html Css Color HEX #F2F0AF Medium Goldenrod

📋 copy color: '#F2F0AF'

red 242 ◦ green 240 ◦ blue 175

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

Shades of Medium Goldenrod #F2F0AF

Tints of Medium Goldenrod #F2F0AF

RGB

 RED value IS 242 (94.92% from 255) = 36.83%

 GREEN value IS 240 (94.14% from 255) = 36.53%

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

R = 36.83%
G = 36.53%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2F0AF (or 0xF2F0AF) is known color: Medium Goldenrod. HEX triplet: F2, F0 and AF. RGB value is (242,240,175). Sum of RGB (Red+Green+Blue) = 242+240+175=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 175 (68.75% from 255 or 26.64% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F0AF is #0D0F50. Grayscale: #E9E9E9. Windows color (decimal): -855889 or 11530482. OLE color: 11530482.

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

Color convert

RGB 242 240 175 -
CMYK 0 0.01 0.28 0.05
HSL 58.21º 0.72% 0.82% -
HSV(B) 58.21º 0.28% 0.95% -
XYZ 75.52 84.29 52.85 -
YUV 233.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 242 240 175 0 0.01 0.28 0.05 58.21 0.72 0.82
Hex F2 F0 AF 0 1 1C 5 3A 48 52
Octal 362 360 257 0 1 34 5 72 110 122
Binary 11110010 11110000 10101111 0 1 11100 101 111010 1001000 1010010

Color Harmonies of #F2F0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F0AF

Black with #F2F0AF

Text Example


Text Example

White with #F2F0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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