#F0F1AE

Color #F0F1AE Medium Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Goldenrod #F0F1AE

Tints of Medium Goldenrod #F0F1AE

Color information

#F0F1AE (or 0xF0F1AE) is unknown color: approx Medium Goldenrod. HEX triplet: F0, F1 and AE. RGB value is (240,241,174). Sum of RGB (Red+Green+Blue) = 240+241+174=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 174 (68.36% from 255 or 26.56% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F1AE is #0F0E51. Grayscale: #E9E9E9. Windows color (decimal): -986706 or 11465200. OLE color: 11465200.

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

Color convert

RGB240241174-
CMYK0.0000.280.05
HSL60.9º70.53%81.37%-
HSV(B)60.9º27.8%94.51%-
XYZ75.0384.4952.4-
YUV233.0694.67132.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.64%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 174 (68.36% from 255) = 26.56%
R=36.64%
G=36.79%
B=26.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402411740.0000.280.0560.970.5381.37
HexF0F1AE001C53d4751
Octal3603612560034575107121
Binary111100001111000110101110001110010111110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F1AE; }

 p { color: rgb(240,241,174); }

 H1.HeaderClassName
 {
   color: #F0F1AE;
 }
 .AnyTagClassName
 {
   color: #F0F1AE;
 }
</style>
background-color css

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

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

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

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

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

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