#F5E581

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

Shades of Light Goldenrod #F5E581

Tints of Light Goldenrod #F5E581

Color information

#F5E581 (or 0xF5E581) is unknown color: approx Light Goldenrod. HEX triplet: F5, E5 and 81. RGB value is (245,229,129). Sum of RGB (Red+Green+Blue) = 245+229+129=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 129 (50.78% from 255 or 21.39% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E581 is #0A1A7E. Grayscale: #DEDEDE. Windows color (decimal): -662143 or 8513013. OLE color: 8513013.

HSL color Cylindrical-coordinate representation of color #F5E581: hue angle of 51.72º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5E581 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB245229129-
CMYK00.070.470.04
HSL51.72º85.29%73.33%-
HSV(B)51.72º47.35%96.08%-
XYZ69.6477.0431.97-
YUV222.3875.3144.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 229 (89.84% from 255) = 37.98%
BLUE value IS 129 (50.78% from 255) = 21.39%
R=40.63%
G=37.98%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522912900.070.470.0451.7285.2973.33
HexF5E581072F4345549
Octal3653452010757464125111
Binary111101011110010110000001011110111110011010010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E581; }

 p { color: rgb(245,229,129); }

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

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

 a { background-color: rgb(245,229,129); }

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

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

 span { border-color: rgb(245,229,129); }

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