#FAF9D1

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

Shades of Light Goldenrod Yellow #FAF9D1

Tints of Light Goldenrod Yellow #FAF9D1

Color information

#FAF9D1 (or 0xFAF9D1) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, F9 and D1. RGB value is (250,249,209). Sum of RGB (Red+Green+Blue) = 250+249+209=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 249 (97.66% from 255 or 35.17% from 708); Blue value is 209 (82.03% from 255 or 29.52% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9D1 is #05062E. Grayscale: #F4F4F4. Windows color (decimal): -329263 or 13761018. OLE color: 13761018.

HSL color Cylindrical-coordinate representation of color #FAF9D1: hue angle of 58.54º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAF9D1 is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB250249209-
CMYK00.000.160.02
HSL58.54º80.39%90%-
HSV(B)58.54º16.4%98.04%-
XYZ84.8192.6873.74-
YUV244.74107.83131.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.31%
GREEN value IS 249 (97.66% from 255) = 35.17%
BLUE value IS 209 (82.03% from 255) = 29.52%
R=35.31%
G=35.17%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024920900.000.160.0258.5480.3990
HexFAF9D1001023b505a
Octal3723713210020273120132
Binary11111010111110011101000100100001011101110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9D1; }

 p { color: rgb(250,249,209); }

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

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

 a { background-color: rgb(250,249,209); }

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

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

 span { border-color: rgb(250,249,209); }

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