#F3D76E

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

Shades of Golden Sand #F3D76E

Tints of Golden Sand #F3D76E

Color information

#F3D76E (or 0xF3D76E) is unknown color: approx Golden Sand. HEX triplet: F3, D7 and 6E. RGB value is (243,215,110). Sum of RGB (Red+Green+Blue) = 243+215+110=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 110 (43.36% from 255 or 19.37% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D76E is #0C2891. Grayscale: #D3D3D3. Windows color (decimal): -796818 or 7264243. OLE color: 7264243.

HSL color Cylindrical-coordinate representation of color #F3D76E: hue angle of 47.37º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3D76E is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB243215110-
CMYK00.120.550.05
HSL47.37º84.71%69.22%-
HSV(B)47.37º54.73%95.29%-
XYZ64.0868.7824.65-
YUV211.470.78150.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.78%
GREEN value IS 215 (84.38% from 255) = 37.85%
BLUE value IS 110 (43.36% from 255) = 19.37%
R=42.78%
G=37.85%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321511000.120.550.0547.3784.7169.22
HexF3D76E0C3752f5545
Octal36332715601467557125105
Binary111100111101011111011100110011011110110111110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D76E; }

 p { color: rgb(243,215,110); }

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

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

 a { background-color: rgb(243,215,110); }

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

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

 span { border-color: rgb(243,215,110); }

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