#F1E27C

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

Shades of Light Goldenrod #F1E27C

Tints of Light Goldenrod #F1E27C

Color information

#F1E27C (or 0xF1E27C) is unknown color: approx Light Goldenrod. HEX triplet: F1, E2 and 7C. RGB value is (241,226,124). Sum of RGB (Red+Green+Blue) = 241+226+124=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 124 (48.83% from 255 or 20.98% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E27C is #0E1D83. Grayscale: #DBDBDB. Windows color (decimal): -925060 or 8184561. OLE color: 8184561.

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

Color convert

RGB241226124-
CMYK00.060.490.05
HSL52.31º80.69%71.57%-
HSV(B)52.31º48.55%94.51%-
XYZ67.1174.5529.92-
YUV218.8674.47143.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 226 (88.67% from 255) = 38.24%
BLUE value IS 124 (48.83% from 255) = 20.98%
R=40.78%
G=38.24%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122612400.060.490.0552.3180.6971.57
HexF1E27C06315345148
Octal3613421740661564121110
Binary11110001111000101111100011011000110111010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E27C; }

 p { color: rgb(241,226,124); }

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

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

 a { background-color: rgb(241,226,124); }

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

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

 span { border-color: rgb(241,226,124); }

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