#f1d67a

Color #F1D67A Golden Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Glow #F1D67A

Tints of Golden Glow #F1D67A

Color information

#F1D67A (or 0xF1D67A) is unknown color: approx Golden Glow. HEX triplet: F1, D6 and 7A. RGB value is (241,214,122). Sum of RGB (Red+Green+Blue) = 241+214+122=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 122 (48.05% from 255 or 21.14% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D67A is #0E2985. Grayscale: #D3D3D3. Windows color (decimal): -928134 or 8050417. OLE color: 8050417.

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

Color convert

RGB241214122-
CMYK00.110.490.05
HSL46.39º80.95%71.18%-
HSV(B)46.39º49.38%94.51%-
XYZ63.8468.228.21-
YUV211.5877.45148.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.77%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 122 (48.05% from 255) = 21.14%
R=41.77%
G=37.09%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121412200.110.490.0546.3980.9571.18
HexF1D67A0B3152e5147
Octal36132617201361556121107
Binary111100011101011011110100101111000110110111010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1d67a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1d67a; }

 p { color: rgb(241,214,122); }

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

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

 a { background-color: rgb(241,214,122); }

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

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

 span { border-color: rgb(241,214,122); }

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