Html Css Color HEX #F0F0B0 Medium Goldenrod

📋 copy color: '#F0F0B0'

red 240 ◦ green 240 ◦ blue 176

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

Shades of Medium Goldenrod #F0F0B0

Tints of Medium Goldenrod #F0F0B0

RGB

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

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

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

R = 36.59%
G = 36.59%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0F0B0 (or 0xF0F0B0) is known color: Medium Goldenrod. HEX triplet: F0, F0 and B0. RGB value is (240,240,176). Sum of RGB (Red+Green+Blue) = 240+240+176=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 176 (69.14% from 255 or 26.83% from 656); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F0B0 is #0F0F4F. Grayscale: #E8E8E8. Windows color (decimal): -986960 or 11596016. OLE color: 11596016.

HSL color Cylindrical-coordinate representation of color #F0F0B0: hue angle of 60º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0F0B0 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 240 176 -
CMYK 0 0 0.27 0.06
HSL 60º 0.68% 0.82% -
HSV(B) 60º 0.27% 0.94% -
XYZ 74.93 83.98 53.33 -
YUV 232.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 240 240 176 0 0 0.27 0.06 60 0.68 0.82
Hex F0 F0 B0 0 0 1B 6 3C 44 52
Octal 360 360 260 0 0 33 6 74 104 122
Binary 11110000 11110000 10110000 0 0 11011 110 111100 1000100 1010010

Color Harmonies of #F0F0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F0B0

Black with #F0F0B0

Text Example


Text Example

White with #F0F0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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