Html Css Color HEX #F0F2B0 Medium Goldenrod

📋 copy color: '#F0F2B0'

red 240 ◦ green 242 ◦ blue 176

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

Shades of Medium Goldenrod #F0F2B0

Tints of Medium Goldenrod #F0F2B0

RGB

 RED value IS 240 (94.14% from 255) = 36.47%

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

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

R = 36.47%
G = 36.78%
B = 26.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F0F2B0 (or 0xF0F2B0) is known color: Medium Goldenrod. HEX triplet: F0, F2 and B0. RGB value is (240,242,176). Sum of RGB (Red+Green+Blue) = 240+242+176=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 176 (69.14% from 255 or 26.75% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F2B0 is #0F0D4F. Grayscale: #EAEAEA. Windows color (decimal): -986448 or 11596528. OLE color: 11596528.

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

Color convert

RGB 240 242 176 -
CMYK 0.01 0 0.27 0.05
HSL 61.82º 0.72% 0.82% -
HSV(B) 61.82º 0.27% 0.95% -
XYZ 75.52 85.16 53.53 -
YUV 233.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 240 242 176 0.01 0 0.27 0.05 61.82 0.72 0.82
Hex F0 F2 B0 1 0 1B 5 3E 48 52
Octal 360 362 260 1 0 33 5 76 110 122
Binary 11110000 11110010 10110000 1 0 11011 101 111110 1001000 1010010

Color Harmonies of #F0F2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F2B0

Black with #F0F2B0

Text Example


Text Example

White with #F0F2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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