#FAF9D0

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

Shades of Light Goldenrod Yellow #FAF9D0

Tints of Light Goldenrod Yellow #FAF9D0

Color information

#FAF9D0 (or 0xFAF9D0) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FA, F9 and D0. RGB value is (250,249,208). Sum of RGB (Red+Green+Blue) = 250+249+208=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 249 (97.66% from 255 or 35.22% from 707); Blue value is 208 (81.64% from 255 or 29.42% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9D0 is #05062F. Grayscale: #F4F4F4. Windows color (decimal): -329264 or 13695482. OLE color: 13695482.

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

Color convert

RGB250249208-
CMYK00.000.170.02
HSL58.57º80.77%89.8%-
HSV(B)58.57º16.8%98.04%-
XYZ84.6992.6373.09-
YUV244.62107.33131.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 249 (97.66% from 255) = 35.22%
BLUE value IS 208 (81.64% from 255) = 29.42%
R=35.36%
G=35.22%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024920800.000.170.0258.5780.7789.8
HexFAF9D0001123b515a
Octal3723713200021273121132
Binary11111010111110011101000000100011011101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9D0; }

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

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

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

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

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

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

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

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