#F1E283

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

Shades of Light Goldenrod #F1E283

Tints of Light Goldenrod #F1E283

Color information

#F1E283 (or 0xF1E283) is unknown color: approx Light Goldenrod. HEX triplet: F1, E2 and 83. RGB value is (241,226,131). Sum of RGB (Red+Green+Blue) = 241+226+131=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 131 (51.56% from 255 or 21.91% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E283 is #0E1D7C. Grayscale: #DCDCDC. Windows color (decimal): -925053 or 8643313. OLE color: 8643313.

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

Color convert

RGB241226131-
CMYK00.060.460.05
HSL51.82º79.71%72.94%-
HSV(B)51.82º45.64%94.51%-
XYZ67.5774.7332.34-
YUV219.6677.97143.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 226 (88.67% from 255) = 37.79%
BLUE value IS 131 (51.56% from 255) = 21.91%
R=40.30%
G=37.79%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122613100.060.460.0551.8279.7172.94
HexF1E283062E5345049
Octal3613422030656564120111
Binary111100011110001010000011011010111010111010010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E283; }

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

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

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

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

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

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

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

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