#F9FACC

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

Shades of Light Goldenrod Yellow #F9FACC

Tints of Light Goldenrod Yellow #F9FACC

Color information

#F9FACC (or 0xF9FACC) is unknown color: approx Light Goldenrod Yellow. HEX triplet: F9, FA and CC. RGB value is (249,250,204). Sum of RGB (Red+Green+Blue) = 249+250+204=703 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.42% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 204 (80.08% from 255 or 29.02% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FACC is #060533. Grayscale: #F4F4F4. Windows color (decimal): -394548 or 13433593. OLE color: 13433593.

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

Color convert

RGB249250204-
CMYK0.0000.180.02
HSL61.3º82.14%89.02%-
HSV(B)61.3º18.4%98.04%-
XYZ84.1592.8770.62-
YUV244.46105.17131.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.42%
GREEN value IS 250 (98.05% from 255) = 35.56%
BLUE value IS 204 (80.08% from 255) = 29.02%
R=35.42%
G=35.56%
B=29.02%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492502040.0000.180.0261.382.1489.02
HexF9FACC001223d5259
Octal3713723140022275122131
Binary11111001111110101100110000100101011110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FACC; }

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

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

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

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

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

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

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

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