#F3CD6A

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

Shades of Golden Sand #F3CD6A

Tints of Golden Sand #F3CD6A

Color information

#F3CD6A (or 0xF3CD6A) is unknown color: approx Golden Sand. HEX triplet: F3, CD and 6A. RGB value is (243,205,106). Sum of RGB (Red+Green+Blue) = 243+205+106=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CD6A is #0C3295. Grayscale: #CDCDCD. Windows color (decimal): -799382 or 6999539. OLE color: 6999539.

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

Color convert

RGB243205106-
CMYK00.160.560.05
HSL43.36º85.09%68.43%-
HSV(B)43.36º56.38%95.29%-
XYZ61.3963.7622.71-
YUV205.0872.09155.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.86%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 106 (41.80% from 255) = 19.13%
R=43.86%
G=37.00%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320510600.160.560.0543.3685.0968.43
HexF3CD6A0103852b5544
Octal36331515202070553125104
Binary1111001111001101110101001000011100010110101110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CD6A; }

 p { color: rgb(243,205,106); }

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

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

 a { background-color: rgb(243,205,106); }

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

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

 span { border-color: rgb(243,205,106); }

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