#F0DF8A

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

Shades of Light Goldenrod #F0DF8A

Tints of Light Goldenrod #F0DF8A

Color information

#F0DF8A (or 0xF0DF8A) is unknown color: approx Light Goldenrod. HEX triplet: F0, DF and 8A. RGB value is (240,223,138). Sum of RGB (Red+Green+Blue) = 240+223+138=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 138 (54.30% from 255 or 22.96% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DF8A is #0F2075. Grayscale: #DADADA. Windows color (decimal): -991350 or 9101296. OLE color: 9101296.

HSL color Cylindrical-coordinate representation of color #F0DF8A: hue angle of 50º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0DF8A is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB240223138-
CMYK00.070.420.06
HSL50º77.27%74.12%-
HSV(B)50º42.5%94.12%-
XYZ66.9173.1434.63-
YUV218.3982.63143.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 223 (87.5% from 255) = 37.10%
BLUE value IS 138 (54.30% from 255) = 22.96%
R=39.93%
G=37.10%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022313800.070.420.065077.2774.12
HexF0DF8A072A6324d4a
Octal3603372120752662115112
Binary111100001101111110001010011110101011011001010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DF8A; }

 p { color: rgb(240,223,138); }

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

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

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

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

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

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

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