Html Css Color HEX #FAF9D1 Light Goldenrod Yellow

📋 copy color: '#FAF9D1'

red 250 ◦ green 249 ◦ blue 209

#FAF9D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Goldenrod Yellow #FAF9D1

Tints of Light Goldenrod Yellow #FAF9D1

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 value IS 0

 M value IS 0.00

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAF9D1 (or 0xFAF9D1) is known color: 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

RGB 250 249 209 -
CMYK 0 0.00 0.16 0.02
HSL 58.54º 0.8% 0.9% -
HSV(B) 58.54º 0.16% 0.98% -
XYZ 84.81 92.68 73.74 -
YUV 244.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 250 249 209 0 0.00 0.16 0.02 58.54 0.8 0.9
Hex FA F9 D1 0 0 10 2 3B 50 5A
Octal 372 371 321 0 0 20 2 73 120 132
Binary 11111010 11111001 11010001 0 0 10000 10 111011 1010000 1011010

Color Harmonies of #FAF9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9D1

Black with #FAF9D1

Text Example


Text Example

White with #FAF9D1

Text Example


Text Example

HTML Codes & Css Web 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>