#F1E17D

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

Shades of Light Goldenrod #F1E17D

Tints of Light Goldenrod #F1E17D

Color information

#F1E17D (or 0xF1E17D) is unknown color: approx Light Goldenrod. HEX triplet: F1, E1 and 7D. RGB value is (241,225,125). Sum of RGB (Red+Green+Blue) = 241+225+125=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E17D is #0E1E82. Grayscale: #DADADA. Windows color (decimal): -925315 or 8249841. OLE color: 8249841.

HSL color Cylindrical-coordinate representation of color #F1E17D: hue angle of 51.72º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1E17D is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB241225125-
CMYK00.070.480.05
HSL51.72º80.56%71.76%-
HSV(B)51.72º48.13%94.51%-
XYZ66.974.0330.17-
YUV218.3875.3144.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 225 (88.28% from 255) = 38.07%
BLUE value IS 125 (49.22% from 255) = 21.15%
R=40.78%
G=38.07%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122512500.070.480.0551.7280.5671.76
HexF1E17D07305345148
Octal3613411750760564121110
Binary11110001111000011111101011111000010111010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E17D; }

 p { color: rgb(241,225,125); }

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

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

 a { background-color: rgb(241,225,125); }

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

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

 span { border-color: rgb(241,225,125); }

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