#F8F8D5

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

Shades of Light Goldenrod Yellow #F8F8D5

Tints of Light Goldenrod Yellow #F8F8D5

Color information

#F8F8D5 (or 0xF8F8D5) is unknown color: approx Light Goldenrod Yellow. HEX triplet: F8, F8 and D5. RGB value is (248,248,213). Sum of RGB (Red+Green+Blue) = 248+248+213=709 (93% of max value = 765). Red value is 248 (97.27% from 255 or 34.98% from 709); Green value is 248 (97.27% from 255 or 34.98% from 709); Blue value is 213 (83.59% from 255 or 30.04% from 709); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F8D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F8D5 is #07072A. Grayscale: #F4F4F4. Windows color (decimal): -460587 or 14022904. OLE color: 14022904.

HSL color Cylindrical-coordinate representation of color #F8F8D5: hue angle of 60º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8F8D5 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB248248213-
CMYK000.140.03
HSL60º71.43%90.39%-
HSV(B)60º14.11%97.25%-
XYZ84.2991.976.25-
YUV244.01110.5130.85-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.98%
GREEN value IS 248 (97.27% from 255) = 34.98%
BLUE value IS 213 (83.59% from 255) = 30.04%
R=34.98%
G=34.98%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248248213000.140.036071.4390.39
HexF8F8D500E33c475a
Octal3703703250016374107132
Binary1111100011111000110101010011101111110010001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F8D5; }

 p { color: rgb(248,248,213); }

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

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

 a { background-color: rgb(248,248,213); }

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

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

 span { border-color: rgb(248,248,213); }

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