#F0E17A

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

Shades of Light Goldenrod #F0E17A

Tints of Light Goldenrod #F0E17A

Color information

#F0E17A (or 0xF0E17A) is unknown color: approx Light Goldenrod. HEX triplet: F0, E1 and 7A. RGB value is (240,225,122). Sum of RGB (Red+Green+Blue) = 240+225+122=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E17A is #0F1E85. Grayscale: #DADADA. Windows color (decimal): -990854 or 8053232. OLE color: 8053232.

HSL color Cylindrical-coordinate representation of color #F0E17A: hue angle of 52.37º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0E17A is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB240225122-
CMYK00.060.490.06
HSL52.37º79.73%70.98%-
HSV(B)52.37º49.17%94.12%-
XYZ66.3773.7829.16-
YUV217.7473.97143.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.89%
GREEN value IS 225 (88.28% from 255) = 38.33%
BLUE value IS 122 (48.05% from 255) = 20.78%
R=40.89%
G=38.33%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022512200.060.490.0652.3779.7370.98
HexF0E17A06316345047
Octal3603411720661664120107
Binary11110000111000011111010011011000111011010010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E17A; }

 p { color: rgb(240,225,122); }

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

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

 a { background-color: rgb(240,225,122); }

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

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

 span { border-color: rgb(240,225,122); }

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