#FAF9D5

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

Shades of Light Goldenrod Yellow #FAF9D5

Tints of Light Goldenrod Yellow #FAF9D5

Color information

#FAF9D5 (or 0xFAF9D5) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, F9 and D5. RGB value is (250,249,213). Sum of RGB (Red+Green+Blue) = 250+249+213=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 249 (97.66% from 255 or 34.97% from 712); Blue value is 213 (83.59% from 255 or 29.92% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9D5 is #05062A. Grayscale: #F5F5F5. Windows color (decimal): -329259 or 14023162. OLE color: 14023162.

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

Color convert

RGB250249213-
CMYK00.000.150.02
HSL58.38º78.72%90.78%-
HSV(B)58.38º14.8%98.04%-
XYZ85.3192.8876.38-
YUV245.2109.83131.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 249 (97.66% from 255) = 34.97%
BLUE value IS 213 (83.59% from 255) = 29.92%
R=35.11%
G=34.97%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024921300.000.150.0258.3878.7290.78
HexFAF9D500F23a4f5b
Octal3723713250017272117133
Binary1111101011111001110101010011111011101010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9D5; }

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

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

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

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

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

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

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

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