#F1E285

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

Shades of Light Goldenrod #F1E285

Tints of Light Goldenrod #F1E285

Color information

#F1E285 (or 0xF1E285) is unknown color: approx Light Goldenrod. HEX triplet: F1, E2 and 85. RGB value is (241,226,133). Sum of RGB (Red+Green+Blue) = 241+226+133=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E285 is #0E1D7A. Grayscale: #DCDCDC. Windows color (decimal): -925051 or 8774385. OLE color: 8774385.

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

Color convert

RGB241226133-
CMYK00.060.450.05
HSL51.67º79.41%73.33%-
HSV(B)51.67º44.81%94.51%-
XYZ67.7174.7933.06-
YUV219.8878.97143.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 226 (88.67% from 255) = 37.67%
BLUE value IS 133 (52.34% from 255) = 22.17%
R=40.17%
G=37.67%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122613300.060.450.0551.6779.4173.33
HexF1E285062D5344f49
Octal3613422050655564117111
Binary111100011110001010000101011010110110111010010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E285; }

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

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

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

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

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

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

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

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