Html Css Color HEX #F2F0B3 Medium Goldenrod

📋 copy color: '#F2F0B3'

red 242 ◦ green 240 ◦ blue 179

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

Shades of Medium Goldenrod #F2F0B3

Tints of Medium Goldenrod #F2F0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.08%

R = 36.61%
G = 36.31%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F2F0B3 (or 0xF2F0B3) is known color: Medium Goldenrod. HEX triplet: F2, F0 and B3. RGB value is (242,240,179). Sum of RGB (Red+Green+Blue) = 242+240+179=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 179 (70.31% from 255 or 27.08% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0B3 is #0D0F4C. Grayscale: #E9E9E9. Windows color (decimal): -855885 or 11792626. OLE color: 11792626.

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

Color convert

RGB 242 240 179 -
CMYK 0 0.01 0.26 0.05
HSL 58.1º 0.71% 0.83% -
HSV(B) 58.1º 0.26% 0.95% -
XYZ 75.91 84.45 54.95 -
YUV 233.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 242 240 179 0 0.01 0.26 0.05 58.1 0.71 0.83
Hex F2 F0 B3 0 1 1A 5 3A 47 53
Octal 362 360 263 0 1 32 5 72 107 123
Binary 11110010 11110000 10110011 0 1 11010 101 111010 1000111 1010011

Color Harmonies of #F2F0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F0B3

Black with #F2F0B3

Text Example


Text Example

White with #F2F0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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